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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java410 * Synonym for {@link MotionEvent#AXIS_GENERIC_12}.
412 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_12} directly.
415 public static final int AXIS_GENERIC_12 = 43; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1183 public static final int AXIS_GENERIC_12 = 43; field in class:MotionEvent
1277 names.append(AXIS_GENERIC_12, "AXIS_GENERIC_12");

Completed in 55 milliseconds