Searched refs:AXIS_GENERIC_7 (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java370 * Synonym for {@link MotionEvent#AXIS_GENERIC_7}.
372 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_7} directly.
375 public static final int AXIS_GENERIC_7 = 38; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1128 public static final int AXIS_GENERIC_7 = 38; field in class:MotionEvent
1272 names.append(AXIS_GENERIC_7, "AXIS_GENERIC_7");

Completed in 34 milliseconds