/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
|
D | MotionEventTest.java | 67 MotionEvent motionEvent = MotionEvent.obtain(0, 0, ACTION_DOWN, in testObtainWithDisplayId() local
|
/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
|
D | ClassifierTest.java | 119 MotionEvent motionEvent = MotionEvent.obtain(1, eventTime, actionType, x, y, in appendMotionEvent() 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/native/services/inputflinger/tests/ |
D | InputClassifierConverter_test.cpp | 70 common::MotionEvent motionEvent = notifyMotionArgsToHalMotionEvent(motionArgs); in TEST() 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
|
D | TaskTapPointerEventListener.java | 63 public void onPointerEvent(MotionEvent motionEvent) { in onPointerEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | WindowMagnificationGestureHandler.java | 482 public boolean shouldStopDetection(MotionEvent motionEvent) { in shouldStopDetection() 490 MotionEvent motionEvent) { in onGestureCompleted() 515 MotionEvent motionEvent) { in onGestureCancelled() 525 private void changeToDelegateStateIfNeed(MotionEvent motionEvent) { in changeToDelegateStateIfNeed()
|
D | MagnificationGesturesObserver.java | 56 boolean shouldStopDetection(MotionEvent motionEvent); in shouldStopDetection()
|
D | PanningScalingHandler.java | 89 void onTouchEvent(MotionEvent motionEvent) { in onTouchEvent()
|
/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/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
D | ShadeTouchHandlerTest.java | 104 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/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/ |
D | SplitScreenHelper.kt | 149 val motionEvent = MotionEvent.obtain( in touch() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubblesNavBarMotionEventHandler.java | 64 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/core/java/android/service/autofill/augmented/ |
D | FillWindow.java | 141 (view, motionEvent) -> { in update() argument
|