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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java147 * Synonym for {@link MotionEvent#AXIS_TOOL_MAJOR}.
149 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MAJOR} directly.
152 public static final int AXIS_TOOL_MAJOR = 6; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java591 * {@link #AXIS_TOUCH_MAJOR} or {@link #AXIS_TOOL_MAJOR}.
669 public static final int AXIS_TOOL_MAJOR = 6; field in class:MotionEvent
1243 names.append(AXIS_TOOL_MAJOR, "AXIS_TOOL_MAJOR");
2100 * @see #AXIS_TOOL_MAJOR
2103 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, HISTORY_CURRENT);
2292 * @see #AXIS_TOOL_MAJOR
2295 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, pointerIndex, HISTORY_CURRENT);
2650 * @see #AXIS_TOOL_MAJOR
2653 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR,
[all...]
H A DInputDevice.java351 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_TOOL_MAJOR}.
354 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MAJOR} instead.
357 public static final int MOTION_RANGE_TOOL_MAJOR = MotionEvent.AXIS_TOOL_MAJOR;

Completed in 119 milliseconds