MotionEventCompat
public
final
class
MotionEventCompat
extends Object
| java.lang.Object | |
| ↳ | androidx.core.view.MotionEventCompat |
Helper for accessing features in MotionEvent.
Summary
Constants | |
|---|---|
int |
ACTION_HOVER_ENTER
This constant is deprecated.
Use |
int |
ACTION_HOVER_EXIT
This constant is deprecated.
Use |
int |
ACTION_HOVER_MOVE
This constant is deprecated.
Use |
int |
ACTION_MASK
This constant is deprecated.
Use |
int |
ACTION_POINTER_DOWN
This constant is deprecated.
Use |
int |
ACTION_POINTER_INDEX_MASK
This constant is deprecated.
Use |
int |
ACTION_POINTER_INDEX_SHIFT
This constant is deprecated.
Use |
int |
ACTION_POINTER_UP
This constant is deprecated.
Use |
int |
ACTION_SCROLL
This constant is deprecated.
Use |
int |
AXIS_BRAKE
This constant is deprecated.
Use |
int |
AXIS_DISTANCE
This constant is deprecated.
Use |
int |
AXIS_GAS
This constant is deprecated.
Use |
int |
AXIS_GENERIC_1
This constant is deprecated.
Use |
int |
AXIS_GENERIC_10
This constant is deprecated.
Use |
int |
AXIS_GENERIC_11
This constant is deprecated.
Use |
int |
AXIS_GENERIC_12
This constant is deprecated.
Use |
int |
AXIS_GENERIC_13
This constant is deprecated.
Use |
int |
AXIS_GENERIC_14
This constant is deprecated.
Use |
int |
AXIS_GENERIC_15
This constant is deprecated.
Use |
int |
AXIS_GENERIC_16
This constant is deprecated.
Use |
int |
AXIS_GENERIC_2
This constant is deprecated.
Use |
int |
AXIS_GENERIC_3
This constant is deprecated.
Use |
int |
AXIS_GENERIC_4
This constant is deprecated.
Use |
int |
AXIS_GENERIC_5
This constant is deprecated.
Use |
int |
AXIS_GENERIC_6
This constant is deprecated.
Use |
int |
AXIS_GENERIC_7
This constant is deprecated.
Use |
int |
AXIS_GENERIC_8
This constant is deprecated.
Use |
int |
AXIS_GENERIC_9
This constant is deprecated.
Use |
int |
AXIS_HAT_X
This constant is deprecated.
Use |
int |
AXIS_HAT_Y
This constant is deprecated.
Use |
int |
AXIS_HSCROLL
This constant is deprecated.
Use |
int |
AXIS_LTRIGGER
This constant is deprecated.
Use |
int |
AXIS_ORIENTATION
This constant is deprecated.
Use |
int |
AXIS_PRESSURE
This constant is deprecated.
Use |
int |
AXIS_RELATIVE_X
Synonym for |
int |
AXIS_RELATIVE_Y
Synonym for |
int |
AXIS_RTRIGGER
This constant is deprecated.
Use |
int |
AXIS_RUDDER
This constant is deprecated.
Use |
int |
AXIS_RX
This constant is deprecated.
Use |
int |
AXIS_RY
This constant is deprecated.
Use |
int |
AXIS_RZ
This constant is deprecated.
Use |
int |
AXIS_SCROLL
Synonym for |
int |
AXIS_SIZE
This constant is deprecated.
Use |
int |
AXIS_THROTTLE
This constant is deprecated.
Use |
int |
AXIS_TILT
This constant is deprecated.
Use |
int |
AXIS_TOOL_MAJOR
This constant is deprecated.
Use |
int |
AXIS_TOOL_MINOR
This constant is deprecated.
Use |
int |
AXIS_TOUCH_MAJOR
This constant is deprecated.
Use |
int |
AXIS_TOUCH_MINOR
This constant is deprecated.
Use |
int |
AXIS_VSCROLL
This constant is deprecated.
Use |
int |
AXIS_WHEEL
This constant is deprecated.
Use |
int |
AXIS_X
This constant is deprecated.
Use |
int |
AXIS_Y
This constant is deprecated.
Use |
int |
AXIS_Z
This constant is deprecated.
Use |
int |
BUTTON_PRIMARY
This constant is deprecated.
Use |
Public methods | |
|---|---|
static
int
|
findPointerIndex(MotionEvent event, int pointerId)
This method is deprecated.
Call |
static
int
|
getActionIndex(MotionEvent event)
This method is deprecated.
Call |
static
int
|
getActionMasked(MotionEvent event)
This method is deprecated.
Call |
static
float
|
getAxisValue(MotionEvent event, int axis)
This method is deprecated.
Call |
static
float
|
getAxisValue(MotionEvent event, int axis, int pointerIndex)
This method is deprecated.
Call |
static
int
|
getButtonState(MotionEvent event)
This method is deprecated.
Call |
static
int
|
getPointerCount(MotionEvent event)
This method is deprecated.
Call |
static
int
|
getPointerId(MotionEvent event, int pointerIndex)
This method is deprecated.
Call |
static
int
|
getSource(MotionEvent event)
This method is deprecated.
Call |
static
float
|
getX(MotionEvent event, int pointerIndex)
This method is deprecated.
Call |
static
float
|
getY(MotionEvent event, int pointerIndex)
This method is deprecated.
Call |
static
boolean
|
isFromSource(MotionEvent event, int source)
Determines whether the event is from the given source. |
Inherited methods | |
|---|---|
Constants
ACTION_HOVER_ENTER
public static final int ACTION_HOVER_ENTER
This constant is deprecated.
Use MotionEvent.ACTION_HOVER_ENTER directly.
Synonym for MotionEvent.ACTION_HOVER_ENTER.
Constant Value: 9 (0x00000009)
ACTION_HOVER_EXIT
public static final int ACTION_HOVER_EXIT
This constant is deprecated.
Use MotionEvent.ACTION_HOVER_EXIT directly.
Synonym for MotionEvent.ACTION_HOVER_EXIT.
Constant Value: 10 (0x0000000a)
ACTION_HOVER_MOVE
public static final int ACTION_HOVER_MOVE
This constant is deprecated.
Use MotionEvent.ACTION_HOVER_MOVE directly.
Synonym for MotionEvent.ACTION_HOVER_MOVE.
Constant Value: 7 (0x00000007)
ACTION_MASK
public static final int ACTION_MASK
This constant is deprecated.
Use MotionEvent.ACTION_MASK directly.
Synonym for MotionEvent.ACTION_MASK.
Constant Value: 255 (0x000000ff)
ACTION_POINTER_DOWN
public static final int ACTION_POINTER_DOWN
This constant is deprecated.
Use MotionEvent.ACTION_POINTER_DOWN directly.
Synonym for MotionEvent.ACTION_POINTER_DOWN.
Constant Value: 5 (0x00000005)
ACTION_POINTER_INDEX_MASK
public static final int ACTION_POINTER_INDEX_MASK
This constant is deprecated.
Use MotionEvent.ACTION_POINTER_INDEX_MASK directly.
Synonym for MotionEvent.ACTION_POINTER_INDEX_MASK.
Constant Value: 65280 (0x0000ff00)
ACTION_POINTER_INDEX_SHIFT
public static final int ACTION_POINTER_INDEX_SHIFT
This constant is deprecated.
Use MotionEvent.ACTION_POINTER_INDEX_SHIFT directly.
Synonym for MotionEvent.ACTION_POINTER_INDEX_SHIFT.
Constant Value: 8 (0x00000008)
ACTION_POINTER_UP
public static final int ACTION_POINTER_UP
This constant is deprecated.
Use MotionEvent.ACTION_POINTER_UP directly.
Synonym for MotionEvent.ACTION_POINTER_UP.
Constant Value: 6 (0x00000006)
ACTION_SCROLL
public static final int ACTION_SCROLL
This constant is deprecated.
Use MotionEvent.ACTION_SCROLL directly.
Synonym for MotionEvent.ACTION_SCROLL.
Constant Value: 8 (0x00000008)
AXIS_BRAKE
public static final int AXIS_BRAKE
This constant is deprecated.
Use MotionEvent.AXIS_BRAKE directly.
Synonym for MotionEvent.AXIS_BRAKE.
Constant Value: 23 (0x00000017)
AXIS_DISTANCE
public static final int AXIS_DISTANCE
This constant is deprecated.
Use MotionEvent.AXIS_DISTANCE directly.
Synonym for MotionEvent.AXIS_DISTANCE.
Constant Value: 24 (0x00000018)
AXIS_GAS
public static final int AXIS_GAS
This constant is deprecated.
Use MotionEvent.AXIS_GAS directly.
Synonym for MotionEvent.AXIS_GAS.
Constant Value: 22 (0x00000016)
AXIS_GENERIC_1
public static final int AXIS_GENERIC_1
This constant is deprecated.
Use MotionEvent.AXIS_GENERIC_1 directly.
Synonym for MotionEvent.AXIS_GENERIC_1.
Constant Value: 32 (0x00000020)
AXIS_GENERIC_10
public static final int AXIS_GENERIC_10
This constant is deprecated.
Use MotionEvent.AXIS_GENERIC_10 directly.
Synonym for MotionEvent.AXIS_GENERIC_10.
Constant Value: 41 (0x00000029)
AXIS_GENERIC_11
public static final int AXIS_GENERIC_11
This constant is deprecated.
Use MotionEvent.AXIS_GENERIC_11 directly.
Synonym for MotionEvent.AXIS_GENERIC_11.
Constant Value: 42 (0x0000002a)
AXIS_GENERIC_12
public static final int AXIS_GENERIC_12
This constant is deprecated.
Use MotionEvent.AXIS_GENERIC_12 directly.
Synonym for MotionEvent.AXIS_GENERIC_12.
Constant Value: 43 (0x0000002b)
AXIS_GENERIC_13
public static final int AXIS_GENERIC_13
This constant is deprecated.
Use MotionEvent.AXIS_GENERIC_13 directly.
Synonym for MotionEvent.AXIS_GENERIC_13.
Constant Value: 44 (0x0000002c)
AXIS_GENERIC_14
public static final int AXIS_GENERIC_14
This constant is deprecated.
Use MotionEvent.AXIS_GENERIC_14 directly.
Synonym for MotionEvent.AXIS_GENERIC_14.
Constant Value: 45 (0x0000002d)
AXIS_GENERIC_15
public static final int AXIS_GENERIC_15
This constant is deprecated.
Use <a href="https://developer.android.com/reference/android/view/MotionEvent.html#AXIS_GENERIC