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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java178 * Synonym for {@link MotionEvent#AXIS_HSCROLL}.
180 * @deprecated Use {@link MotionEvent#AXIS_HSCROLL} directly.
183 public static final int AXIS_HSCROLL = 10; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java135 * {@link #AXIS_HSCROLL} axes. See {@link #getAxisValue(int)} for information
278 * to retrieve the information from {@link #AXIS_VSCROLL} and {@link #AXIS_HSCROLL}.
757 public static final int AXIS_HSCROLL = 10; field in class:MotionEvent
1247 names.append(AXIS_HSCROLL, "AXIS_HSCROLL");

Completed in 99 milliseconds