/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | FilmstripGestureRecognizer.java | 73 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | GestureLogParser.java | 152 return MotionEvent.ACTION_SCROLL; in stringToAction()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/ |
H A D | MonthByWeekAdapter.java | 318 case MotionEvent.ACTION_SCROLL: in onTouch()
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | BaseMovementMethod.java | 96 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InputEventConsistencyVerifier.java | 495 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
H A D | MotionEvent.java | 305 public static final int ACTION_SCROLL = 8; field in MotionEvent 3661 case ACTION_SCROLL: in actionToString()
|
H A D | ViewRootImpl.java | 6160 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) { in processMotionEvent() 6178 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) { in processPointerEvent()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/ |
H A D | RecyclerViewImpl.java | 583 if (event.getAction() == MotionEvent.ACTION_SCROLL) { in initRotaryScroll()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityInputFilter.java | 333 if (!state.shouldProcessScroll() && event.getActionMasked() == MotionEvent.ACTION_SCROLL) { in processMotionEvent()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/ |
H A D | CarUiRecyclerViewImpl.java | 574 if (event.getAction() == MotionEvent.ACTION_SCROLL) { in initRotaryScroll()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 543 case MotionEvent.ACTION_SCROLL: in logCoords()
|
H A D | RecyclerView.java | 3029 if (event.getAction() == MotionEvent.ACTION_SCROLL) { in onGenericMotionEvent()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | HorizontalScrollView.java | 855 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
H A D | StackView.java | 590 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
H A D | ScrollView.java | 926 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
H A D | AbsListView.java | 4334 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | PagedView.java | 1454 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
H A D | KeyboardView.java | 1495 if (event.getActionMasked() == MotionEvent.ACTION_SCROLL) { in onGenericMotionEvent()
|
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
H A D | RotaryService.java | 2100 MotionEvent.ACTION_SCROLL, in injectMotionEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 3414 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 48099 field public static final int ACTION_SCROLL = 8; // 0x8
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 32991 field public static final int ACTION_SCROLL = 8; // 0x8
|