Searched defs:AXIS_TOUCH_MAJOR (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DMotionEventCompat.java130 * Synonym for {@link MotionEvent#AXIS_TOUCH_MAJOR}.
132 * @deprecated Use {@link MotionEvent#AXIS_TOUCH_MAJOR} directly.
135 public static final int AXIS_TOUCH_MAJOR = 4; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java595 * {@link #AXIS_TOUCH_MAJOR} or {@link #AXIS_TOOL_MAJOR}.
625 public static final int AXIS_TOUCH_MAJOR = 4; field in class:MotionEvent
1245 names.append(AXIS_TOUCH_MAJOR, "AXIS_TOUCH_MAJOR");
2084 * @see #AXIS_TOUCH_MAJOR
2087 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, HISTORY_CURRENT);
2266 * @see #AXIS_TOUCH_MAJOR
2269 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, pointerIndex, HISTORY_CURRENT);
2624 * @see #AXIS_TOUCH_MAJOR
2627 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR,
[all...]

Completed in 107 milliseconds