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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java130 * includes the relative scroll offset in the {@link #AXIS_VSCROLL} and
265 * to retrieve the information from {@link #AXIS_VSCROLL} and {@link #AXIS_HSCROLL}.
652 public static final int AXIS_VSCROLL = 9; field in class:MotionEvent
1113 names.append(AXIS_VSCROLL, "AXIS_VSCROLL");

Completed in 2211 milliseconds