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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java338 * Synonym for {@link MotionEvent#AXIS_GENERIC_3}.
340 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_3} directly.
343 public static final int AXIS_GENERIC_3 = 34; field in class:MotionEventCompat
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java517 .append(", (").append(event.getAxisValue(MotionEvent.AXIS_GENERIC_3), 3)
620 ps.mBoundingRight = event.getAxisValue(MotionEvent.AXIS_GENERIC_3, i);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1084 public static final int AXIS_GENERIC_3 = 34; field in class:MotionEvent
1268 names.append(AXIS_GENERIC_3, "AXIS_GENERIC_3");

Completed in 98 milliseconds