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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java257 * Synonym for {@link MotionEvent#AXIS_VSCROLL}.
259 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/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java420 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}.
696 public static final int AXIS_VSCROLL = 9; field in class:MotionEvent
1157 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.java716 hscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DScrollView.java778 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DStackView.java588 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
H A DAbsListView.java4075 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL);
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java853 MotionEventCompat.AXIS_VSCROLL);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2426 .getAxisValue(event, MotionEventCompat.AXIS_VSCROLL);

Completed in 382 milliseconds