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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java418 * Synonym for {@link MotionEvent#AXIS_GENERIC_13}.
420 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_13} directly.
423 public static final int AXIS_GENERIC_13 = 44; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1194 public static final int AXIS_GENERIC_13 = 44; field in class:MotionEvent
1278 names.append(AXIS_GENERIC_13, "AXIS_GENERIC_13");

Completed in 253 milliseconds