Package-level declarations
Types
Link copied to clipboard
Pan fixed version of the mostly duplicated com.google.android.filament.utils.GestureDetector
Link copied to clipboard
Detects various gestures and events using the supplied {@link MotionEvent}s.
Link copied to clipboard
Detects move transformation gestures using the supplied MotionEvents
Link copied to clipboard
open class RotateGestureDetector(context: Context, listener: RotateGestureDetector.OnRotateListener)
Detects rotation transformation gestures using the supplied MotionEvents.
Link copied to clipboard
open class ScaleGestureDetector(context: Context, listener: ScaleGestureDetector.OnScaleListener) : ScaleGestureDetector
Detects scaling transformation gestures using the supplied MotionEvents.