Searched defs:AXIS_GENERIC_16 (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java442 * Synonym for {@link MotionEvent#AXIS_GENERIC_16}.
444 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_16} directly.
447 public static final int AXIS_GENERIC_16 = 47; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1227 public static final int AXIS_GENERIC_16 = 47; field in class:MotionEvent
1281 names.append(AXIS_GENERIC_16, "AXIS_GENERIC_16");

Completed in 95 milliseconds