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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java179 * Synonym for {@link MotionEvent#AXIS_HSCROLL}.
181 * @deprecated Use {@link MotionEvent#AXIS_HSCROLL} directly.
184 public static final int AXIS_HSCROLL = 10; field in class:MotionEventCompat
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewOnGenericMotionEventTest.java99 MotionEventCompat.AXIS_HSCROLL, 2, InputDeviceCompat.SOURCE_CLASS_POINTER);
/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java104 hscroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL);
/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");
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java513 .append(" HScroll=").append(coords.getAxisValue(MotionEvent.AXIS_HSCROLL), 1)
H A DRecyclerView.java2919 hScroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL);
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java738 axisValue = event.getAxisValue(MotionEvent.AXIS_HSCROLL);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3062 hScroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL);

Completed in 209 milliseconds