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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java362 * Synonym for {@link MotionEvent#AXIS_GENERIC_6}.
364 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_6} directly.
367 public static final int AXIS_GENERIC_6 = 37; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1117 public static final int AXIS_GENERIC_6 = 37; field in class:MotionEvent
1271 names.append(AXIS_GENERIC_6, "AXIS_GENERIC_6");

Completed in 24 milliseconds