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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java195 * Synonym for {@link MotionEvent#AXIS_RX}.
197 * @deprecated Use {@link MotionEvent#AXIS_RX} directly.
200 public static final int AXIS_RX = 12; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java791 public static final int AXIS_RX = 12; field in class:MotionEvent
1249 names.append(AXIS_RX, "AXIS_RX");

Completed in 14 milliseconds