Functions

Link copied to clipboard
Link copied to clipboard
abstract fun onDoubleTap(p0: MotionEvent): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun onDown(p0: MotionEvent): Boolean
Link copied to clipboard
abstract fun onFling(p0: MotionEvent?, p1: MotionEvent, p2: Float, p3: Float): Boolean
Link copied to clipboard
abstract fun onLongPress(p0: MotionEvent)
Link copied to clipboard
abstract fun onMove(detector: MoveGestureDetector, e: MotionEvent): Boolean

Responds to moving events for a gesture in progress

Link copied to clipboard
abstract fun onMoveBegin(detector: MoveGestureDetector, e: MotionEvent): Boolean

Responds to the beginning of a moving gesture

Link copied to clipboard
abstract fun onMoveEnd(detector: MoveGestureDetector, e: MotionEvent)

Responds to the end of a move gesture

Link copied to clipboard
abstract fun onRotate(detector: RotateGestureDetector, e: MotionEvent): Boolean

Responds to rotating events for a gesture in progress.

Link copied to clipboard

Responds to the beginning of a scaling gesture.

Link copied to clipboard
abstract fun onRotateEnd(detector: RotateGestureDetector, e: MotionEvent)

Responds to the end of a scale gesture.

Link copied to clipboard
abstract fun onScale(detector: ScaleGestureDetector, e: MotionEvent): Boolean

Responds to scaling events for a gesture in progress.

Link copied to clipboard

Responds to the beginning of a scaling gesture. Reported by new pointers going down.

Link copied to clipboard
abstract fun onScaleEnd(detector: ScaleGestureDetector, e: MotionEvent)

Responds to the end of a scale gesture. Reported by existing pointers going up.

Link copied to clipboard
abstract fun onScroll(p0: MotionEvent?, p1: MotionEvent, p2: Float, p3: Float): Boolean
Link copied to clipboard
abstract fun onShowPress(p0: MotionEvent)
Link copied to clipboard
Link copied to clipboard
abstract fun onSingleTapUp(p0: MotionEvent): Boolean