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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java273 * Synonym for {@link MotionEvent#AXIS_TILT}.
275 public static final int AXIS_TILT = 25; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java684 * is pointing right. See also {@link #AXIS_TILT}.
977 public static final int AXIS_TILT = 25; field in class:MotionEvent
1235 names.append(AXIS_TILT, "AXIS_TILT");

Completed in 82 milliseconds