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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java378 * Synonym for {@link MotionEvent#AXIS_GENERIC_8}.
380 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_8} directly.
383 public static final int AXIS_GENERIC_8 = 39; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1139 public static final int AXIS_GENERIC_8 = 39; field in class:MotionEvent
1273 names.append(AXIS_GENERIC_8, "AXIS_GENERIC_8");

Completed in 15 milliseconds