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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DMotionEventCompat.java170 * Synonym for {@link MotionEvent#AXIS_VSCROLL}.
172 * @deprecated Use {@link MotionEvent#AXIS_VSCROLL} directly.
175 public static final int AXIS_VSCROLL = 9; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java136 * includes the relative scroll offset in the {@link #AXIS_VSCROLL} and
282 * to retrieve the information from {@link #AXIS_VSCROLL} and {@link #AXIS_HSCROLL}.
743 public static final int AXIS_VSCROLL = 9; field in class:MotionEvent
1250 names.append(AXIS_VSCROLL, "AXIS_VSCROLL");

Completed in 52 milliseconds