Searched refs:AXIS_TOOL_MAJOR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMotionEvent.java563 * {@link #AXIS_TOUCH_MAJOR} or {@link #AXIS_TOOL_MAJOR}.
641 public static final int AXIS_TOOL_MAJOR = 6; field in class:MotionEvent
1216 names.append(AXIS_TOOL_MAJOR, "AXIS_TOOL_MAJOR");
2021 * @see #AXIS_TOOL_MAJOR
2024 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, HISTORY_CURRENT);
2213 * @see #AXIS_TOOL_MAJOR
2216 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, pointerIndex, HISTORY_CURRENT);
2569 * @see #AXIS_TOOL_MAJOR
2572 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR,
[all...]
H A DInputDevice.java344 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_TOOL_MAJOR}.
347 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MAJOR} instead.
350 public static final int MOTION_RANGE_TOOL_MAJOR = MotionEvent.AXIS_TOOL_MAJOR;
/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java261 * Synonym for {@link MotionEvent#AXIS_TOOL_MAJOR}.
263 public static final int AXIS_TOOL_MAJOR = 6; field in class:MotionEventCompat

Completed in 216 milliseconds