Android Gestures Manager
Entry point for all of the detectors. Set listener for gestures you'd like to be notified about and pass all of the MotionEvents through onTouchEvent to start processing gestures.
Constructors
Link copied to clipboard
Creates a new instance of the AndroidGesturesManager.
Link copied to clipboard
Creates a new instance of the AndroidGesturesManager.
Link copied to clipboard
Creates a new instance of the AndroidGesturesManager.
Link copied to clipboard
open fun AndroidGesturesManager(context: Context, exclusiveGestures: List<Set<Integer>>, applyDefaultThresholds: Boolean)
Creates a new instance of the AndroidGesturesManager.
Types
Functions
Link copied to clipboard
Passes motion events to all gesture detectors.
Link copied to clipboard
Removes a listener for move gestures.
Link copied to clipboard
Removes a listener for multi finger tap gestures.
Link copied to clipboard
Removes a listener for rotate gestures.
Link copied to clipboard
Removes a listener for shove gestures.
Link copied to clipboard
Removes a listener for sideways shove gestures.
Link copied to clipboard
Removes a listener for all the events normally returned by the androidx.core.view.GestureDetectorCompat.
Link copied to clipboard
Removes a listener for scale gestures.
Link copied to clipboard
Sets a listener for move gestures.
Link copied to clipboard
open fun setMultiFingerTapGestureListener(listener: MultiFingerTapGestureDetector.OnMultiFingerTapGestureListener)
Sets a listener for multi finger tap gestures.
Link copied to clipboard
Sets a number of sets containing mutually exclusive gestures.
Link copied to clipboard
Sets a listener for rotate gestures.
Link copied to clipboard
Sets a listener for shove gestures.
Link copied to clipboard
open fun setSidewaysShoveGestureListener(listener: SidewaysShoveGestureDetector.OnSidewaysShoveGestureListener)
Sets a listener for sideways shove gestures.
Link copied to clipboard
Sets a listener for all the events normally returned by the androidx.core.view.GestureDetectorCompat.
Link copied to clipboard
open fun setStandardScaleGestureListener(listener: StandardScaleGestureDetector.StandardOnScaleGestureListener)
Sets a listener for scale gestures.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard