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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java330 * Synonym for {@link MotionEvent#AXIS_GENERIC_2}.
332 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_2} directly.
335 public static final int AXIS_GENERIC_2 = 33; field in class:MotionEventCompat
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java516 .append(", ").append(event.getAxisValue(MotionEvent.AXIS_GENERIC_2), 3).append(")")
619 ps.mBoundingTop = event.getAxisValue(MotionEvent.AXIS_GENERIC_2, i);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1073 public static final int AXIS_GENERIC_2 = 33; field in class:MotionEvent
1267 names.append(AXIS_GENERIC_2, "AXIS_GENERIC_2");

Completed in 106 milliseconds