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
266 * to retrieve the information from {@link #AXIS_VSCROLL} and {@link #AXIS_HSCROLL}.
653 public static final int AXIS_VSCROLL = 9; field in class:MotionEvent
1114 names.append(AXIS_VSCROLL, "AXIS_VSCROLL");

Completed in 67 milliseconds