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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java346 * Synonym for {@link MotionEvent#AXIS_GENERIC_4}.
348 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_4} directly.
351 public static final int AXIS_GENERIC_4 = 35; field in class:MotionEventCompat
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java518 .append(", ").append(event.getAxisValue(MotionEvent.AXIS_GENERIC_4), 3)
621 ps.mBoundingBottom = event.getAxisValue(MotionEvent.AXIS_GENERIC_4, i);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1095 public static final int AXIS_GENERIC_4 = 35; field in class:MotionEvent
1269 names.append(AXIS_GENERIC_4, "AXIS_GENERIC_4");

Completed in 15 milliseconds