MoveGestureDetector

Detects move transformation gestures using the supplied MotionEvents

The OnMoveListener callback will notify users when a particular gesture event has occurred.

This class should only be used with MotionEvents reported via touch.

To use this class:

Parameters

context

the application's context

listener

the listener invoked for all the callbacks, this must not be null

Constructors

Link copied to clipboard
constructor(context: Context, listener: MoveGestureDetector.OnMoveListener)

Types

Link copied to clipboard
interface OnMoveListener

The listener for receiving notifications when gestures occur

Link copied to clipboard

A convenience class to extend when you only want to listen for a subset of move-related events

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard