Home
last modified time | relevance | path

Searched refs:ACTION_SCROLL (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/tests/Input/src/com/android/server/input/
DInputShellCommandTest.java21 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/
DMotionEventUtils.java21 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/
DRotaryScrollHapticsTest.java21 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()
DViewGroupTest.java94 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/
DFocusEventDebugViewTest.java97 /* action */ MotionEvent.ACTION_SCROLL, in createRotaryMotionEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java152 return MotionEvent.ACTION_SCROLL; in stringToAction()
/frameworks/base/apct-tests/perftests/core/src/android/input/
DVelocityTrackerBenchmarkTest.kt80 MotionEvent.ACTION_SCROLL, in createMotionEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java20 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/
DMotionEvent.java319 public static final int ACTION_SCROLL = 8; field in MotionEvent
459 ACTION_SCROLL,
3983 case ACTION_SCROLL: in actionToString()
DInputEventConsistencyVerifier.java495 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
DViewRootImpl.java7610 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/
DBaseMovementMethod.java97 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java565 injectMotionEvent(inputSource, MotionEvent.ACTION_SCROLL, now /* downTime */, in runScroll()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java549 case MotionEvent.ACTION_SCROLL: in logCoords()
DRecyclerView.java3029 if (event.getAction() == MotionEvent.ACTION_SCROLL) { in onGenericMotionEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java865 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
DStackView.java590 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
DScrollView.java972 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
DAbsListView.java4498 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp87 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/
DNotificationStackScrollLayout.java3525 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32991 field public static final int ACTION_SCROLL = 8; // 0x8
/frameworks/base/core/api/
Dcurrent.txt51885 field public static final int ACTION_SCROLL = 8; // 0x8