MultiFingerTapGestureDetector

Gesture detector handling multi tap gesture.

Constructors

Link copied to clipboard
open fun MultiFingerTapGestureDetector(context: Context, gesturesManager: AndroidGesturesManager)

Types

Functions

Link copied to clipboard
open fun getCurrentSpan(firstPointerIndex: Int, secondPointerIndex: Int): Float
Link copied to clipboard
open fun getCurrentSpanX(firstPointerIndex: Int, secondPointerIndex: Int): Float
Link copied to clipboard
open fun getCurrentSpanY(firstPointerIndex: Int, secondPointerIndex: Int): Float
Link copied to clipboard
open fun getPointersCount(): Int
Link copied to clipboard
open fun getPreviousSpan(firstPointerIndex: Int, secondPointerIndex: Int): Float
Link copied to clipboard
open fun getPreviousSpanX(firstPointerIndex: Int, secondPointerIndex: Int): Float
Link copied to clipboard
open fun getPreviousSpanY(firstPointerIndex: Int, secondPointerIndex: Int): Float
open fun setMultiFingerTapMovementThresholdResource(@DimenRes multiFingerTapMovementThresholdDimen: Int)
Set maximum movement allowed in dp for any finger before rejecting this gesture.
Link copied to clipboard
open fun setSpanThresholdResource(spanThresholdDimen: Int)

Properties

Link copied to clipboard
Link copied to clipboard
open val focalPoint: PointF
Link copied to clipboard
Link copied to clipboard
open var isEnabled: Boolean
Link copied to clipboard
Maximum movement in pixels allowed for any finger before rejecting this gesture.
Link copied to clipboard
Maximum time in millis to lift the fingers to register a tap event.
Link copied to clipboard
Link copied to clipboard