Home
last modified time | relevance | path

Searched defs:vscroll (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmstripGestureRecognizer.java38 boolean onMouseScroll(float hscroll, float vscroll); in onMouseScroll()
75 final float vscroll = -event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent() local
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp331 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync() local
H A DTouchInputMapper.cpp3593 float vscroll = mCurrentRawState.rawVScroll; in dispatchPointerSimple() local
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java382 public boolean onMouseScroll(float hscroll, float vscroll) { in onMouseScroll()
/aosp12/frameworks/base/core/java/android/widget/
H A DStackView.java591 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent() local
/aosp12/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java97 final float vscroll; in onGenericMotionEvent() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java1456 final float vscroll; in onGenericMotionEvent() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3416 final float vscroll = event.getAxisValue(MotionEvent.AXIS_VSCROLL); in onGenericMotionEvent() local