OnRotateListener

The listener for receiving notifications when gestures occur.

If you want to listen for the different gestures then implement this interface.

An application will receive events in the following order:

Inheritors

Functions

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.