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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DMotionEventCompat.java154 * Synonym for {@link MotionEvent#AXIS_TOOL_MINOR}.
156 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MINOR} directly.
159 public static final int AXIS_TOOL_MINOR = 7; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java698 public static final int AXIS_TOOL_MINOR = 7; field in class:MotionEvent
1248 names.append(AXIS_TOOL_MINOR, "AXIS_TOOL_MINOR");
2114 * @see #AXIS_TOOL_MINOR
2117 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, HISTORY_CURRENT);
2312 * @see #AXIS_TOOL_MINOR
2315 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, pointerIndex, HISTORY_CURRENT);
2669 * @see #AXIS_TOOL_MINOR
2672 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, pos);
2845 * @see #AXIS_TOOL_MINOR
[all...]

Completed in 96 milliseconds