/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
D | SwipeChipbarAwayGestureHandlerTest.kt | 54 val motionEvent = createMotionEvent(y = VIEW_BOTTOM - 100f) in <lambda>() constant 64 val motionEvent = createMotionEvent(y = VIEW_BOTTOM + 20f) in <lambda>() constant 74 val motionEvent = createMotionEvent(y = VIEW_BOTTOM * 4f) in <lambda>() constant 84 val motionEvent = createMotionEvent(y = VIEW_BOTTOM - 100f) in <lambda>() constant
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | VerifiedMotionEventTest.kt | 65 val motionEvent = createVerifiedMotionEvent() in testParcelUnparcel() constant 81 val motionEvent = createVerifiedMotionEvent() in testParcelInputEvent() constant 99 val motionEvent = createVerifiedMotionEvent() in testParcelMotionEvent() constant 116 val motionEvent = createVerifiedMotionEvent() in testParcelInputToMotionEvent() constant 130 val motionEvent = createVerifiedMotionEvent() in testGetFlag() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuListViewTouchHandler.java | 56 @NonNull MotionEvent motionEvent) { in onInterceptTouchEvent() 127 @NonNull MotionEvent motionEvent) { in onTouchEvent() 143 private void addMovement(MotionEvent motionEvent) { in addMovement()
|
/frameworks/base/apct-tests/perftests/core/src/android/input/ |
D | VelocityTrackerBenchmarkTest.kt | 77 val motionEvent = MotionEvent.obtain( in createMotionEvent() constant 116 val motionEvent = MotionEvent.obtain( in createMotionEvent() constant 203 val motionEvent = motionState.createMotionEvent() in testAddMovement() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | PointerCountClassifierTest.java | 73 MotionEvent motionEvent = MotionEvent.obtain( in testFail_multiPointer() local 90 MotionEvent motionEvent = MotionEvent.obtain( in testPass_multiPointerDragDown() local
|
D | ProximityClassifierTest.java | 138 MotionEvent motionEvent = MotionEvent.obtain(1, 1, MotionEvent.ACTION_DOWN, 0, 0, 0); in touchDown() local 144 MotionEvent motionEvent = MotionEvent.obtain(1, 1 + duration, MotionEvent.ACTION_UP, 0, in touchUp() local
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeWindows.cpp | 107 const MotionEvent& motionEvent = static_cast<const MotionEvent&>(*event); in consumeEvent() local 145 std::unique_ptr<MotionEvent> motionEvent = consumeMotion(); in consumeMotionEvent() local 210 MotionEvent& motionEvent = static_cast<MotionEvent&>(*event); in assertNoEvents() local 310 std::unique_ptr<MotionEvent> motionEvent = in consumeMotionEvent() local
|
D | InputProcessorConverter_test.cpp | 69 common::MotionEvent motionEvent = notifyMotionArgsToHalMotionEvent(motionArgs); in TEST() local
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | PointerEventDispatcherTest.kt | 78 val motionEvent = MotionEvent.obtain(downTime, downTime, in testSendMotionToCrashingListenerDoesNotCrash() constant
|
/frameworks/base/core/java/android/view/ |
D | InputEventAssigner.java | 66 MotionEvent motionEvent = (MotionEvent) event; in processEvent() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | WindowMagnificationGestureHandler.java | 525 public boolean shouldStopDetection(MotionEvent motionEvent) { in shouldStopDetection() 535 MotionEvent motionEvent) { in onGestureCompleted() 561 MotionEvent motionEvent) { in onGestureCancelled() 571 private void changeToDelegateStateIfNeed(MotionEvent motionEvent) { in changeToDelegateStateIfNeed()
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/ |
D | RichTextViewTest.java | 126 MotionEvent motionEvent = MotionEvent.obtain(123, 22, MotionEvent.ACTION_DOWN, 0, 0, 0); in onTouchEvent_clickOnLinks_shouldReturnTrue() local 144 MotionEvent motionEvent = MotionEvent.obtain(123, 22, MotionEvent.ACTION_DOWN, 0, 0, 0); in onTouchEvent_clickOutsideLinks_shouldReturnFalse() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 65 final MotionEvent motionEvent = (MotionEvent) event; in onInputEvent() local
|
D | PointerEventDispatcher.java | 43 MotionEvent motionEvent = (MotionEvent) event; in onInputEvent() local
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/ |
D | MockWindow.java | 187 public boolean superDispatchTouchEvent(MotionEvent motionEvent) { in superDispatchTouchEvent() 192 public boolean superDispatchTrackballEvent(MotionEvent motionEvent) { in superDispatchTrackballEvent() 197 public boolean superDispatchGenericMotionEvent(MotionEvent motionEvent) { in superDispatchGenericMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | PointerCountClassifier.java | 46 public void onTouchEvent(MotionEvent motionEvent) { in onTouchEvent()
|
D | ProximityClassifier.java | 79 public void onTouchEvent(MotionEvent motionEvent) { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandlerTest.java | 102 final MotionEvent motionEvent = Mockito.mock(MotionEvent.class); in testEventPropagation() local
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputClassifierFuzzer.cpp | 87 aidl::android::hardware::input::common::MotionEvent motionEvent = in LLVMFuzzerTestOneInput() local
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | NavigationEdgeBackPlugin.java | 52 void onMotionEvent(MotionEvent motionEvent); in onMotionEvent()
|
/frameworks/base/services/core/java/com/android/server/input/debug/ |
D | FocusEventDebugView.java | 243 MotionEvent motionEvent = MotionEvent.obtain(event); in reportMotionEvent() local 292 void handleRotaryInput(MotionEvent motionEvent) { in handleRotaryInput()
|
/frameworks/base/core/jni/ |
D | android_view_MotionPredictor.cpp | 50 MotionEvent* motionEvent = android_view_MotionEvent_getNativePtr(env, event); in android_view_MotionPredictor_nativeRecord() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubblesNavBarMotionEventHandler.java | 65 public boolean onMotionEvent(MotionEvent motionEvent) { in onMotionEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | MagnificationGesturesObserverTest.java | 134 MotionEventMatcher(MotionEvent motionEvent) { in MotionEventMatcher()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsShellTest.kt | 54 @Captor private lateinit var motionEvent: ArgumentCaptor<MotionEvent> variable in com.android.systemui.biometrics.UdfpsShellTest
|