/frameworks/base/tests/Input/src/com/android/server/input/ |
D | InputShellCommandTest.java | 21 import static android.view.MotionEvent.ACTION_SCROLL; 68 assertSourceAndAction(event, SOURCE_MOUSE, ACTION_SCROLL); in testScroll_withPointerSource_noAxisOption() 78 assertSourceAndAction(event, SOURCE_MOUSE, ACTION_SCROLL); in testScroll_withPointerSource_withScrollAxisOptions() 95 assertSourceAndAction(event, SOURCE_ROTARY_ENCODER, ACTION_SCROLL); in testScroll_withNonPointerSource_noAxisOption() 104 assertSourceAndAction(event, SOURCE_ROTARY_ENCODER, ACTION_SCROLL); in testScroll_withNonPointerSource_withScrollAxisOptions() 114 assertSourceAndAction(event, SOURCE_ROTARY_ENCODER, ACTION_SCROLL); in testDefaultScrollSource()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | MotionEventUtils.java | 21 import static android.view.MotionEvent.ACTION_SCROLL; 36 return createGenericMotionEvent(SOURCE_ROTARY_ENCODER, ACTION_SCROLL, coords); in createRotaryEvent() 45 return createGenericMotionEvent(SOURCE_CLASS_POINTER, ACTION_SCROLL, coords); in createGenericPointerEvent()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | RotaryScrollHapticsTest.java | 21 import static android.view.MotionEvent.ACTION_SCROLL; 235 TEST_ROTARY_DEVICE_ID, SOURCE_ROTARY_ENCODER, ACTION_SCROLL, coords); in createRotaryEvent() 244 TEST_RANDOM_DEVICE_ID, SOURCE_CLASS_POINTER, ACTION_SCROLL, coords); in createGenericPointerEvent()
|
D | ViewGroupTest.java | 94 event.setAction(MotionEvent.ACTION_SCROLL); in testDispatchMouseEventsUnderCursor() 109 event.setAction(MotionEvent.ACTION_SCROLL); in testDispatchMouseEventsUnderCursor()
|
/frameworks/base/tests/Input/src/com/android/server/input/debug/ |
D | FocusEventDebugViewTest.java | 97 /* action */ MotionEvent.ACTION_SCROLL, in createRotaryMotionEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | GestureLogParser.java | 152 return MotionEvent.ACTION_SCROLL; in stringToAction()
|
/frameworks/base/apct-tests/perftests/core/src/android/input/ |
D | VelocityTrackerBenchmarkTest.kt | 80 MotionEvent.ACTION_SCROLL, in createMotionEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 20 import static android.view.MotionEvent.ACTION_SCROLL; 435 if (!motion.isFromSource(SOURCE_CLASS_POINTER) || motion.getAction() == ACTION_SCROLL) { in shouldProcessMultiDeviceEvent() 497 if (!state.shouldProcessScroll() && event.getActionMasked() == ACTION_SCROLL) { in processMotionEvent()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 319 public static final int ACTION_SCROLL = 8; field in MotionEvent 459 ACTION_SCROLL, 3983 case ACTION_SCROLL: in actionToString()
|
D | InputEventConsistencyVerifier.java | 495 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
D | ViewRootImpl.java | 7610 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) { in processMotionEvent() 7628 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) { in processPointerEvent()
|
/frameworks/base/core/java/android/text/method/ |
D | BaseMovementMethod.java | 97 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputShellCommand.java | 565 injectMotionEvent(inputSource, MotionEvent.ACTION_SCROLL, now /* downTime */, in runScroll()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 549 case MotionEvent.ACTION_SCROLL: in logCoords()
|
D | RecyclerView.java | 3029 if (event.getAction() == MotionEvent.ACTION_SCROLL) { in onGenericMotionEvent()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 865 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
D | StackView.java | 590 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
D | ScrollView.java | 972 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
D | AbsListView.java | 4498 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 87 static constexpr int32_t ACTION_SCROLL = AMOTION_EVENT_ACTION_SCROLL; variable 1920 mDispatcher->notifyMotion(MotionArgsBuilder(ACTION_SCROLL, AINPUT_SOURCE_MOUSE) in TEST_F() 1923 window->consumeMotionEvent(WithMotionAction(ACTION_SCROLL)); in TEST_F() 9133 notifyAndConsumeMotion(ACTION_SCROLL, AINPUT_SOURCE_ROTARY_ENCODER, in TEST_F_WITH_FLAGS() 9145 notifyAndConsumeMotion(ACTION_SCROLL, AINPUT_SOURCE_ROTARY_ENCODER, in TEST_F_WITH_FLAGS() 9156 notifyAndConsumeMotion(ACTION_SCROLL, AINPUT_SOURCE_ROTARY_ENCODER, in TEST_F_WITH_FLAGS()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3525 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32991 field public static final int ACTION_SCROLL = 8; // 0x8
|
/frameworks/base/core/api/ |
D | current.txt | 51885 field public static final int ACTION_SCROLL = 8; // 0x8
|