Package-level declarations

Types

Link copied to clipboard
@UiThread
open class AndroidGesturesManager
Entry point for all of the detectors.
Link copied to clipboard
@UiThread
abstract class BaseGesture<L>
Base class for all of the gesture detectors.
Link copied to clipboard
class Constants
Link copied to clipboard
Class that holds initial, previous and current X and Y on-screen coordinates for active pointers.
Link copied to clipboard
@UiThread
open class MoveGestureDetector : ProgressiveGesture<L>
Gesture detector handling move gesture.
Link copied to clipboard
Object that holds pixel current and previous distances between a pair of fingers.
Link copied to clipboard
@UiThread
abstract class MultiFingerGesture<L> : BaseGesture<L>
Base class for all multi finger gesture detectors.
Link copied to clipboard
Gesture detector handling multi tap gesture.
Link copied to clipboard
open class PointerDistancePair : Pair<F, S>
Link copied to clipboard
@UiThread
abstract class ProgressiveGesture<L> : MultiFingerGesture<L>
Base class for all progressive gesture detectors.
Link copied to clipboard
Gesture detector handling rotation gesture.
Link copied to clipboard
@UiThread
open class ShoveGestureDetector : ProgressiveGesture<L>
Gesture detector handling shove gesture.
Link copied to clipboard
Gesture detector handling sideways shove gesture.
Link copied to clipboard
@UiThread
open class StandardGestureDetector : BaseGesture<L>
Detector that wraps GestureDetector.
Link copied to clipboard
Gesture detector handling scale gesture.
Link copied to clipboard
open class Utils