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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java262 * Synonym for {@link MotionEvent#AXIS_HSCROLL}.
264 public static final int AXIS_HSCROLL = 10; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java131 * {@link #AXIS_HSCROLL} axes. See {@link #getAxisValue(int)} for information
266 * to retrieve the information from {@link #AXIS_VSCROLL} and {@link #AXIS_HSCROLL}.
714 public static final int AXIS_HSCROLL = 10; field in class:MotionEvent
1158 names.append(AXIS_HSCROLL, "AXIS_HSCROLL");

Completed in 55 milliseconds