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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java171 * Synonym for {@link MotionEvent#AXIS_VSCROLL}.
173 * @deprecated Use {@link MotionEvent#AXIS_VSCROLL} directly.
176 public static final int AXIS_VSCROLL = 9; field in class:MotionEventCompat
/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/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewOnGenericMotionEventTest.java88 MotionEventCompat.AXIS_VSCROLL, 2, InputDeviceCompat.SOURCE_CLASS_POINTER);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java423 float vScroll = ev.getAxisValue(MotionEvent.AXIS_VSCROLL);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java134 * includes the relative scroll offset in the {@link #AXIS_VSCROLL} and
278 * to retrieve the information from {@link #AXIS_VSCROLL} and {@link #AXIS_HSCROLL}.
739 public static final int AXIS_VSCROLL = 9; field in class:MotionEvent
1246 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)
H A DRecyclerView.java2914 vScroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL);
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java736 axisValue = -event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DScrollView.java794 axisValue = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DStackView.java588 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DAbsListView.java4221 axisValue = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java928 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1353 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3057 vScroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL);

Completed in 251 milliseconds