Home
last modified time | relevance | path

Searched refs:processMotionEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DMultiTouchMotionAccumulator_test.cpp33 void processMotionEvent(int32_t type, int32_t code, int32_t value) { in processMotionEvent() function in android::MultiTouchMotionAccumulatorTest
49 processMotionEvent(EV_ABS, ABS_MT_SLOT, 0); in TEST_F()
50 processMotionEvent(EV_ABS, ABS_MT_TRACKING_ID, 123); in TEST_F()
51 processMotionEvent(EV_SYN, SYN_REPORT, 0); in TEST_F()
55 processMotionEvent(EV_ABS, ABS_MT_SLOT, 1); in TEST_F()
56 processMotionEvent(EV_ABS, ABS_MT_TRACKING_ID, 456); in TEST_F()
57 processMotionEvent(EV_SYN, SYN_REPORT, 0); in TEST_F()
61 processMotionEvent(EV_ABS, ABS_MT_TRACKING_ID, -1); in TEST_F()
62 processMotionEvent(EV_SYN, SYN_REPORT, 0); in TEST_F()
66 processMotionEvent(EV_ABS, ABS_MT_SLOT, 0); in TEST_F()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java373 processMotionEvent(state, motionEvent, policyFlags); in onInputEventInternal()
496 private void processMotionEvent(EventStreamState state, MotionEvent event, int policyFlags) { in processMotionEvent() method in AccessibilityInputFilter
/frameworks/base/core/java/android/view/
DViewRootImpl.java7571 return processMotionEvent(q); in onProcess()
7601 private int processMotionEvent(QueuedInputEvent q) { in processMotionEvent() method in ViewRootImpl.EarlyPostImeInputStage
/frameworks/base/boot/
Dboot-image-profile.txt17980 HSPLandroid/view/ViewRootImpl$EarlyPostImeInputStage;->processMotionEvent(Landroid/view/ViewRootImp…
/frameworks/base/config/
Dboot-image-profile.txt18044 HSPLandroid/view/ViewRootImpl$EarlyPostImeInputStage;->processMotionEvent(Landroid/view/ViewRootImp…