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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java281 * Synonym for {@link MotionEvent#AXIS_HSCROLL}.
283 public static final int AXIS_HSCROLL = 10; field in class:MotionEventCompat
/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.java131 * {@link #AXIS_HSCROLL} axes. See {@link #getAxisValue(int)} for information
266 * to retrieve the information from {@link #AXIS_VSCROLL} and {@link #AXIS_HSCROLL}.
729 public static final int AXIS_HSCROLL = 10; field in class:MotionEvent
1220 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)
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java730 hscroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2734 .getAxisValue(event, MotionEventCompat.AXIS_HSCROLL);

Completed in 584 milliseconds