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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java402 * Synonym for {@link MotionEvent#AXIS_GENERIC_11}.
404 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_11} directly.
407 public static final int AXIS_GENERIC_11 = 42; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1172 public static final int AXIS_GENERIC_11 = 42; field in class:MotionEvent
1276 names.append(AXIS_GENERIC_11, "AXIS_GENERIC_11");

Completed in 704 milliseconds