| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ | 
| D | SwipeChipbarAwayGestureHandlerTest.kt | 54         val motionEvent = createMotionEvent(y = VIEW_BOTTOM - 100f)  in <lambda>()  constant64         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()  constant81         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
 
 | 
| D | MotionEventTest.java | 67         MotionEvent motionEvent = MotionEvent.obtain(0, 0, ACTION_DOWN,  in testObtainWithDisplayId()  local
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ | 
| D | MenuListViewTouchHandler.java | 54             @NonNull MotionEvent motionEvent) {  in onInterceptTouchEvent()125             @NonNull MotionEvent motionEvent) {  in onTouchEvent()
 141     private void addMovement(MotionEvent motionEvent) {  in addMovement()
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ | 
| D | PointerCountClassifierTest.java | 73         MotionEvent motionEvent = MotionEvent.obtain(  in testFail_multiPointer()  local90         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()  local144         MotionEvent motionEvent = MotionEvent.obtain(1, 1 + duration, MotionEvent.ACTION_UP, 0,  in touchUp()  local
 
 | 
| /frameworks/base/core/java/android/view/ | 
| D | InputEventAssigner.java | 66             MotionEvent motionEvent = (MotionEvent) event;  in processEvent()  local
 | 
| /frameworks/base/tests/Input/src/com/android/test/input/ | 
| D | PointerEventDispatcherTest.kt | 79         val motionEvent = MotionEvent.obtain(downTime, downTime,  in testSendMotionToCrashingListenerDoesNotCrash()  constant
 | 
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ | 
| D | WindowMagnificationGestureHandler.java | 489         public boolean shouldStopDetection(MotionEvent motionEvent) {  in shouldStopDetection()497                 MotionEvent motionEvent) {  in onGestureCompleted()
 522                 MotionEvent motionEvent) {  in onGestureCancelled()
 532         private void changeToDelegateStateIfNeed(MotionEvent motionEvent) {  in changeToDelegateStateIfNeed()
 
 | 
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| D | PointerEventDispatcher.java | 43                 MotionEvent motionEvent = (MotionEvent) event;  in onInputEvent()  local
 | 
| D | DragInputEventReceiver.java | 65             final MotionEvent motionEvent = (MotionEvent) event;  in onInputEvent()  local
 | 
| D | TaskTapPointerEventListener.java | 63     public void onPointerEvent(MotionEvent motionEvent) {  in onPointerEvent()
 | 
| D | TaskPositioner.java | 118         final MotionEvent motionEvent = (MotionEvent) event;  in onInputEvent()  local
 | 
| /frameworks/native/services/inputflinger/tests/ | 
| D | InputProcessorConverter_test.cpp | 70     common::MotionEvent motionEvent = notifyMotionArgsToHalMotionEvent(motionArgs);  in TEST()  local
 | 
| /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()  local144     MotionEvent motionEvent = MotionEvent.obtain(123, 22, MotionEvent.ACTION_DOWN, 0, 0, 0);  in onTouchEvent_clickOutsideLinks_shouldReturnFalse()  local
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ | 
| D | ShadeTouchHandlerTest.java | 102         final MotionEvent motionEvent = Mockito.mock(MotionEvent.class);  in testEventPropagation()  local
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ | 
| D | PointerCountClassifier.java | 46     public void onTouchEvent(MotionEvent motionEvent) {  in onTouchEvent()
 | 
| D | ProximityClassifier.java | 80     public void onTouchEvent(MotionEvent motionEvent) {  in onTouchEvent()
 | 
| /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/plugin/src/com/android/systemui/plugins/ | 
| D | NavigationEdgeBackPlugin.java | 52     void onMotionEvent(MotionEvent motionEvent);  in onMotionEvent()
 | 
| /frameworks/native/services/inputflinger/tests/fuzzers/ | 
| D | InputClassifierFuzzer.cpp | 110                     aidl::android::hardware::input::common::MotionEvent motionEvent =  in LLVMFuzzerTestOneInput()  local
 | 
| /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/tests/src/com/android/systemui/biometrics/ | 
| D | UdfpsShellTest.kt | 56     @Captor private lateinit var motionEvent: ArgumentCaptor<MotionEvent>  variable in com.android.systemui.biometrics.UdfpsShellTest
 |