Multi Finger Gesture
Base class for all multi finger gesture detectors.
Parameters
<L>
listener that will be called with gesture events/updates.
Constructors
Functions
Link copied to clipboard
Returns the current distance between the two pointers forming the gesture in progress.
Link copied to clipboard
Returns current X distance between pointers in pixels.
Link copied to clipboard
Returns current Y distance between pointers in pixels.
Link copied to clipboard
Returns the number of active pointers.
Link copied to clipboard
Returns the previous distance between the two pointers forming the gesture in progress.
Link copied to clipboard
Returns previous X distance between pointers in pixels.
Link copied to clipboard
Returns previous Y distance between pointers in pixels.
Link copied to clipboard
Set minimum span in dp between any pair of finger that is required to pass motion events to this detector.