Searched refs:AXIS_VSCROLL (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java101 hscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
103 vscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL);
/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java276 * Synonym for {@link MotionEvent#AXIS_VSCROLL}.
278 public static final int AXIS_VSCROLL = 9; field in class:MotionEventCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java421 float vScroll = ev.getAxisValue(MotionEvent.AXIS_VSCROLL);
/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}.
711 public static final int AXIS_VSCROLL = 9; field in class:MotionEvent
1219 names.append(AXIS_VSCROLL, "AXIS_VSCROLL");
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java512 .append(" VScroll=").append(coords.getAxisValue(MotionEvent.AXIS_VSCROLL), 1)
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java728 hscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DScrollView.java784 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DStackView.java588 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DAbsListView.java4213 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java903 MotionEventCompat.AXIS_VSCROLL);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2728 .getAxisValue(event, MotionEventCompat.AXIS_VSCROLL);

Completed in 424 milliseconds