- GESTURE_TYPE_DOUBLE_TAP - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_DOUBLE_TAP_EVENT - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_DOWN - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_FLING - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_LONG_PRESS - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_MOVE - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_MULTI_FINGER_TAP - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_QUICK_SCALE - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_ROTATE - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_SCALE - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_SCROLL - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_SHOVE - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_SHOW_PRESS - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_SIDEWAYS_SHOVE - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_SINGLE_TAP_CONFIRMED - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- GESTURE_TYPE_SINGLE_TAP_UP - Static variable in class com.mapbox.android.gestures.AndroidGesturesManager
-
- gestureStarted() - Method in class com.mapbox.android.gestures.ProgressiveGesture
-
- gestureStopped() - Method in class com.mapbox.android.gestures.MoveGestureDetector
-
- gestureStopped() - Method in class com.mapbox.android.gestures.ProgressiveGesture
-
- gestureStopped() - Method in class com.mapbox.android.gestures.RotateGestureDetector
-
- gestureStopped() - Method in class com.mapbox.android.gestures.ShoveGestureDetector
-
- gestureStopped() - Method in class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
- gestureStopped() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
- getAngleThreshold() - Method in class com.mapbox.android.gestures.RotateGestureDetector
-
Get the threshold angle between first and current fingers position
for this detector to actually qualify it as a rotation gesture.
- getCurrentEvent() - Method in class com.mapbox.android.gestures.BaseGesture
-
Returns most recent event in this gesture chain.
- getCurrentSpan(int, int) - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Returns the current distance between the two pointers forming the
gesture in progress.
- getCurrentSpan() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the average distance between each of the pointers forming the
gesture in progress through the focal point.
- getCurrentSpanX(int, int) - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Returns current X distance between pointers in pixels.
- getCurrentSpanX() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the average X distance between each of the pointers forming the
gesture in progress through the focal point.
- getCurrentSpanY(int, int) - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Returns current Y distance between pointers in pixels.
- getCurrentSpanY() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the average Y distance between each of the pointers forming the
gesture in progress through the focal point.
- getCurrentX() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get current X coordinate of this pointer.
- getCurrentY() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get current Y coordinate of this pointer.
- getCurrFingersDiffX() - Method in class com.mapbox.android.gestures.MultiFingerDistancesObject
-
- getCurrFingersDiffXY() - Method in class com.mapbox.android.gestures.MultiFingerDistancesObject
-
- getCurrFingersDiffY() - Method in class com.mapbox.android.gestures.MultiFingerDistancesObject
-
- getDeltaPixelSinceLast() - Method in class com.mapbox.android.gestures.ShoveGestureDetector
-
- getDeltaPixelSinceLast() - Method in class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
- getDeltaPixelsSinceStart() - Method in class com.mapbox.android.gestures.ShoveGestureDetector
-
Returns vertical pixel delta change since the start of the gesture.
- getDeltaPixelsSinceStart() - Method in class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
Returns horizontal pixel delta change since the start of the gesture.
- getDeltaSinceLast() - Method in class com.mapbox.android.gestures.RotateGestureDetector
-
- getDeltaSinceStart() - Method in class com.mapbox.android.gestures.RotateGestureDetector
-
Returns rotation change in degrees since the start of the gesture.
- getDetectors() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Get a list of all active gesture detectors.
- getDistanceXSinceLast() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get X distance covered by this pointer since previous position.
- getDistanceXSinceStart() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get X distance covered by this pointer since start position.
- getDistanceYSinceLast() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get Y distance covered by this pointer since previous position.
- getDistanceYSinceStart() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get Y distance covered by this pointer since start position.
- getFocalPoint() - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Returns a center point of this gesture.
- getGestureDuration() - Method in class com.mapbox.android.gestures.BaseGesture
-
- getInitialX() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get X coordinate of this pointer when it was first register.
- getInitialY() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get Y coordinate of this pointer when it was first register.
- getLastDistanceX() - Method in class com.mapbox.android.gestures.MoveGestureDetector
-
- getLastDistanceY() - Method in class com.mapbox.android.gestures.MoveGestureDetector
-
- getMaxShoveAngle() - Method in class com.mapbox.android.gestures.ShoveGestureDetector
-
Get the maximum allowed angle between fingers, measured from the horizontal line, to qualify it as a shove gesture.
- getMaxShoveAngle() - Method in class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
Get the maximum allowed angle between fingers, measured from the vertical line,
to qualify it as a sideways shove gesture.
- getMoveGestureDetector() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Get move gesture detector.
- getMoveObject(int) - Method in class com.mapbox.android.gestures.MoveGestureDetector
-
- getMoveThreshold() - Method in class com.mapbox.android.gestures.MoveGestureDetector
-
Get the delta pixel threshold required to qualify it as a move gesture.
- getMultiFingerTapGestureDetector() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Get multi finger tap gesture detector.
- getMultiFingerTapMovementThreshold() - Method in class com.mapbox.android.gestures.MultiFingerTapGestureDetector
-
Get maximum movement allowed for any finger before rejecting this gesture.
- getMultiFingerTapTimeThreshold() - Method in class com.mapbox.android.gestures.MultiFingerTapGestureDetector
-
Get maximum time in millis that fingers can have a contact with the screen before rejecting this gesture.
- getMutuallyExclusiveGestures() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Returns a list of sets containing mutually exclusive gestures.
- getPixelDeltaThreshold() - Method in class com.mapbox.android.gestures.ShoveGestureDetector
-
Get the delta pixel threshold required to qualify it as a shove gesture.
- getPixelDeltaThreshold() - Method in class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
Get the delta pixel threshold required to qualify it as a sideways shove gesture.
- getPointersCount() - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Returns the number of active pointers.
- getPrevFingersDiffX() - Method in class com.mapbox.android.gestures.MultiFingerDistancesObject
-
- getPrevFingersDiffXY() - Method in class com.mapbox.android.gestures.MultiFingerDistancesObject
-
- getPrevFingersDiffY() - Method in class com.mapbox.android.gestures.MultiFingerDistancesObject
-
- getPreviousEvent() - Method in class com.mapbox.android.gestures.BaseGesture
-
Returns previous event in this gesture chain.
- getPreviousSpan(int, int) - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Returns the previous distance between the two pointers forming the
gesture in progress.
- getPreviousSpan() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the previous average distance between each of the pointers forming the
gesture in progress through the focal point.
- getPreviousSpanX(int, int) - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Returns previous X distance between pointers in pixels.
- getPreviousSpanX() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the previous average X distance between each of the pointers forming the
gesture in progress through the focal point.
- getPreviousSpanY(int, int) - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Returns previous Y distance between pointers in pixels.
- getPreviousSpanY() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the previous average Y distance between each of the pointers forming the
gesture in progress through the focal point.
- getPreviousX() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get previous X coordinate of this pointer.
- getPreviousY() - Method in class com.mapbox.android.gestures.MoveDistancesObject
-
Get previous Y coordinate of this pointer.
- getRawX(MotionEvent, int) - Static method in class com.mapbox.android.gestures.Utils
-
- getRawY(MotionEvent, int) - Static method in class com.mapbox.android.gestures.Utils
-
- getRequiredPointersCount() - Method in class com.mapbox.android.gestures.MoveGestureDetector
-
- getRequiredPointersCount() - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
- getRequiredPointersCount() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
- getRotateGestureDetector() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Get rotate gesture detector.
- getScaleFactor() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
- getShoveGestureDetector() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Get shove gesture detector.
- getSidewaysShoveGestureDetector() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Get sideways shove gesture detector.
- getSpanSinceStartThreshold() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Get the threshold span in pixels between initial fingers position and current needed
for this detector to qualify it as a scale gesture.
- getSpanThreshold() - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Get minimum span between any pair of finger that is required to pass motion events to this detector.
- getStandardGestureDetector() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
- getStandardScaleGestureDetector() - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Get scale gesture detector.
- getStartSpan() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the average distance between each of the pointers forming the
gesture in progress through the focal point, when the gesture was started.
- getStartSpanX() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the average X distance between each of the pointers forming the
gesture in progress through the focal point, when the gesture was started.
- getStartSpanY() - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Return the average Y distance between each of the pointers forming the
gesture in progress through the focal point, when the gesture was started.
- setAngleThreshold(float) - Method in class com.mapbox.android.gestures.RotateGestureDetector
-
Set the threshold angle between first and current fingers position
for this detector to actually qualify it as a rotation gesture.
- setEnabled(boolean) - Method in class com.mapbox.android.gestures.BaseGesture
-
Set whether this detector should accept and analyze motion events.
- setEnabled(boolean) - Method in class com.mapbox.android.gestures.ProgressiveGesture
-
- setIsLongpressEnabled(boolean) - Method in class com.mapbox.android.gestures.StandardGestureDetector
-
- setListener(L) - Method in class com.mapbox.android.gestures.BaseGesture
-
- setMaxShoveAngle(float) - Method in class com.mapbox.android.gestures.ShoveGestureDetector
-
Set the maximum allowed angle between fingers, measured from the horizontal line, to qualify it as a shove gesture.
- setMaxShoveAngle(float) - Method in class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
Set the maximum allowed angle between fingers, measured from the vertical line,
to qualify it as a sideways shove gesture.
- setMoveGestureListener(MoveGestureDetector.OnMoveGestureListener) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Sets a listener for move gestures.
- setMoveThreshold(float) - Method in class com.mapbox.android.gestures.MoveGestureDetector
-
Set the delta pixel threshold required to qualify it as a move gesture.
- setMoveThresholdResource(int) - Method in class com.mapbox.android.gestures.MoveGestureDetector
-
Set the delta dp threshold required to qualify it as a move gesture.
- setMultiFingerTapGestureListener(MultiFingerTapGestureDetector.OnMultiFingerTapGestureListener) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Sets a listener for multi finger tap gestures.
- setMultiFingerTapMovementThreshold(float) - Method in class com.mapbox.android.gestures.MultiFingerTapGestureDetector
-
Set maximum movement allowed in pixels for any finger before rejecting this gesture.
- setMultiFingerTapMovementThresholdResource(int) - Method in class com.mapbox.android.gestures.MultiFingerTapGestureDetector
-
Set maximum movement allowed in dp for any finger before rejecting this gesture.
- setMultiFingerTapTimeThreshold(long) - Method in class com.mapbox.android.gestures.MultiFingerTapGestureDetector
-
Set maximum time in millis that fingers can have a contact with the screen before rejecting this gesture.
- setMutuallyExclusiveGestures(Set<Integer>...) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Sets a number of sets containing mutually exclusive gestures.
- setMutuallyExclusiveGestures(List<Set<Integer>>) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Sets a list of sets containing mutually exclusive gestures.
- setPixelDeltaThreshold(float) - Method in class com.mapbox.android.gestures.ShoveGestureDetector
-
Set the delta pixel threshold required to qualify it as a shove gesture.
- setPixelDeltaThreshold(float) - Method in class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
Set the delta pixel threshold required to qualify it as a sideways shove gesture.
- setPixelDeltaThresholdResource(int) - Method in class com.mapbox.android.gestures.ShoveGestureDetector
-
Set the delta dp threshold required to qualify it as a shove gesture.
- setPixelDeltaThresholdResource(int) - Method in class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
Set the delta dp threshold required to qualify it as a sideways shove gesture.
- setRotateGestureListener(RotateGestureDetector.OnRotateGestureListener) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Sets a listener for rotate gestures.
- setShoveGestureListener(ShoveGestureDetector.OnShoveGestureListener) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Sets a listener for shove gestures.
- setSidewaysShoveGestureListener(SidewaysShoveGestureDetector.OnSidewaysShoveGestureListener) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Sets a listener for sideways shove gestures.
- setSpanSinceStartThreshold(float) - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Set the threshold span in pixels between initial fingers position and current needed
for this detector to qualify it as a scale gesture.
- setSpanSinceStartThresholdResource(int) - Method in class com.mapbox.android.gestures.StandardScaleGestureDetector
-
Set the threshold span in dp between initial fingers position and current needed
for this detector to qualify it as a scale gesture.
- setSpanThreshold(float) - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Set minimum span in pixels between any pair of finger that is required to pass motion events to this detector.
- setSpanThresholdResource(int) - Method in class com.mapbox.android.gestures.MultiFingerGesture
-
Set minimum span in dp between any pair of finger that is required to pass motion events to this detector.
- setStandardGestureListener(StandardGestureDetector.StandardOnGestureListener) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
- setStandardScaleGestureListener(StandardScaleGestureDetector.StandardOnScaleGestureListener) - Method in class com.mapbox.android.gestures.AndroidGesturesManager
-
Sets a listener for scale gestures.
- ShoveGestureDetector - Class in com.mapbox.android.gestures
-
Gesture detector handling shove gesture.
- ShoveGestureDetector(Context, AndroidGesturesManager) - Constructor for class com.mapbox.android.gestures.ShoveGestureDetector
-
- ShoveGestureDetector.OnShoveGestureListener - Interface in com.mapbox.android.gestures
-
Listener for shove callbacks.
- ShoveGestureDetector.SimpleOnShoveGestureListener - Class in com.mapbox.android.gestures
-
- SidewaysShoveGestureDetector - Class in com.mapbox.android.gestures
-
Gesture detector handling sideways shove gesture.
- SidewaysShoveGestureDetector(Context, AndroidGesturesManager) - Constructor for class com.mapbox.android.gestures.SidewaysShoveGestureDetector
-
- SidewaysShoveGestureDetector.OnSidewaysShoveGestureListener - Interface in com.mapbox.android.gestures
-
Listener for sideways shove gesture callbacks.
- SidewaysShoveGestureDetector.SimpleOnSidewaysShoveGestureListener - Class in com.mapbox.android.gestures
-
- SimpleOnMoveGestureListener() - Constructor for class com.mapbox.android.gestures.MoveGestureDetector.SimpleOnMoveGestureListener
-
- SimpleOnRotateGestureListener() - Constructor for class com.mapbox.android.gestures.RotateGestureDetector.SimpleOnRotateGestureListener
-
- SimpleOnShoveGestureListener() - Constructor for class com.mapbox.android.gestures.ShoveGestureDetector.SimpleOnShoveGestureListener
-
- SimpleOnSidewaysShoveGestureListener() - Constructor for class com.mapbox.android.gestures.SidewaysShoveGestureDetector.SimpleOnSidewaysShoveGestureListener
-
- SimpleStandardOnGestureListener() - Constructor for class com.mapbox.android.gestures.StandardGestureDetector.SimpleStandardOnGestureListener
-
- SimpleStandardOnScaleGestureListener() - Constructor for class com.mapbox.android.gestures.StandardScaleGestureDetector.SimpleStandardOnScaleGestureListener
-
- StandardGestureDetector - Class in com.mapbox.android.gestures
-
Detector that wraps GestureDetectorCompat
.
- StandardGestureDetector(Context, AndroidGesturesManager) - Constructor for class com.mapbox.android.gestures.StandardGestureDetector
-
- StandardGestureDetector.SimpleStandardOnGestureListener - Class in com.mapbox.android.gestures
-
- StandardGestureDetector.StandardOnGestureListener - Interface in com.mapbox.android.gestures
-
- StandardScaleGestureDetector - Class in com.mapbox.android.gestures
-
Gesture detector handling scale gesture.
- StandardScaleGestureDetector(Context, AndroidGesturesManager) - Constructor for class com.mapbox.android.gestures.StandardScaleGestureDetector
-
- StandardScaleGestureDetector.SimpleStandardOnScaleGestureListener - Class in com.mapbox.android.gestures
-
- StandardScaleGestureDetector.StandardOnScaleGestureListener - Interface in com.mapbox.android.gestures
-
Listener for scale gesture callbacks.