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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java131 * Synonym for {@link MotionEvent#AXIS_TOUCH_MAJOR}.
133 * @deprecated Use {@link MotionEvent#AXIS_TOUCH_MAJOR} directly.
136 public static final int AXIS_TOUCH_MAJOR = 4; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java591 * {@link #AXIS_TOUCH_MAJOR} or {@link #AXIS_TOOL_MAJOR}.
621 public static final int AXIS_TOUCH_MAJOR = 4; field in class:MotionEvent
1241 names.append(AXIS_TOUCH_MAJOR, "AXIS_TOUCH_MAJOR");
2080 * @see #AXIS_TOUCH_MAJOR
2083 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, HISTORY_CURRENT);
2262 * @see #AXIS_TOUCH_MAJOR
2265 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, pointerIndex, HISTORY_CURRENT);
2620 * @see #AXIS_TOUCH_MAJOR
2623 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR,
[all...]
H A DInputDevice.java333 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_TOUCH_MAJOR}.
336 * @deprecated Use {@link MotionEvent#AXIS_TOUCH_MAJOR} instead.
339 public static final int MOTION_RANGE_TOUCH_MAJOR = MotionEvent.AXIS_TOUCH_MAJOR;

Completed in 93 milliseconds