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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java155 * Synonym for {@link MotionEvent#AXIS_TOOL_MINOR}.
157 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MINOR} directly.
160 public static final int AXIS_TOOL_MINOR = 7; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java694 public static final int AXIS_TOOL_MINOR = 7; field in class:MotionEvent
1244 names.append(AXIS_TOOL_MINOR, "AXIS_TOOL_MINOR");
2110 * @see #AXIS_TOOL_MINOR
2113 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, HISTORY_CURRENT);
2308 * @see #AXIS_TOOL_MINOR
2311 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, pointerIndex, HISTORY_CURRENT);
2665 * @see #AXIS_TOOL_MINOR
2668 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, pos);
2841 * @see #AXIS_TOOL_MINOR
[all...]
H A DInputDevice.java360 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_TOOL_MINOR}.
363 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MINOR} instead.
366 public static final int MOTION_RANGE_TOOL_MINOR = MotionEvent.AXIS_TOOL_MINOR;

Completed in 82 milliseconds