Searched refs:vScroll (Results 1 – 3 of 3) sorted by relevance
40 public static MotionEvent createGenericPointerEvent(float hScroll, float vScroll) { in createGenericPointerEvent() argument43 coords.setAxisValue(AXIS_VSCROLL, vScroll); in createGenericPointerEvent()
238 private static MotionEvent createGenericPointerEvent(float hScroll, float vScroll) { in createGenericPointerEvent() argument241 coords.setAxisValue(AXIS_VSCROLL, vScroll); in createGenericPointerEvent()
3030 final float vScroll, hScroll; in onGenericMotionEvent() local3034 vScroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent()3036 vScroll = 0f; in onGenericMotionEvent()3044 if (vScroll != 0 || hScroll != 0) { in onGenericMotionEvent()3047 (int) (vScroll * scrollFactor), event); in onGenericMotionEvent()9660 int vScroll = 0, hScroll = 0; in performAccessibilityAction() local9664 vScroll = -(getHeight() - getPaddingTop() - getPaddingBottom()); in performAccessibilityAction()9672 vScroll = getHeight() - getPaddingTop() - getPaddingBottom(); in performAccessibilityAction()9679 if (vScroll == 0 && hScroll == 0) { in performAccessibilityAction()9682 mRecyclerView.smoothScrollBy(hScroll, vScroll); in performAccessibilityAction()