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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java332 * Synonym for {@link MotionEvent#AXIS_DISTANCE}.
334 public static final int AXIS_DISTANCE = 24; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java944 public static final int AXIS_DISTANCE = 24; field in class:MotionEvent
1172 names.append(AXIS_DISTANCE, "AXIS_DISTANCE");

Completed in 97 milliseconds