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

/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}.
688 public static final int AXIS_HSCROLL = 10; field in class:MotionEvent
1132 names.append(AXIS_HSCROLL, "AXIS_HSCROLL");

Completed in 286 milliseconds