/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | MagnificationGesturesObserverTest.java | 77 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in onActionMove_onGestureCanceled() local 84 verifyCacheMotionEvents(mEventInfoArgumentCaptor.getValue(), moveEvent); in onActionMove_onGestureCanceled() local 119 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in sendEventsOfSwiping_onGestureCompleted() local 128 verifyCacheMotionEvents(mEventInfoArgumentCaptor.getValue(), downEvent, moveEvent); in sendEventsOfSwiping_onGestureCompleted() local
|
H A D | TwoFingersDownOrSwipeTest.java | 122 final MotionEvent moveEvent = movePointer(downEvents.get(1), 0, sSwipeMinDistance, 0); in firstPointerMove_twoPointersDown_onGestureCompleted() local 138 final MotionEvent moveEvent = movePointer(downEvents.get(1), 1, sSwipeMinDistance, 0); in secondPointerMove_twoPointersDown_onGestureCompleted() local
|
H A D | SimpleSwipeTest.java | 84 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in sendSwipeEvent_onGestureCompleted() local
|
H A D | FullScreenMagnificationGestureHandlerTest.java | 934 private MotionEvent moveEvent(float x, float y) { in moveEvent() method
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerTest.java | 398 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 0, 0, 0); in onActionMoveTouch_whenCanDismissLockScreen_entersDevice() local 430 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 0, 0, 0); in onMultipleTouch_whenCanDismissLockScreen_entersDeviceOnce() local 744 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 0, 0, 0); in fingerDownParameterized() local 1029 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 0, 0, 0); in aodInterruptCancelTimeoutActionOnFingerUpParameterized() local 1117 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_HOVER_MOVE, 0, 0, 0); in playHapticOnTouchUdfpsArea_a11yTouchExplorationEnabled() local 1154 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_HOVER_MOVE, 0, 0, 0); in playHapticOnTouchUdfpsArea_a11yTouchExplorationEnabled_oneWayHapticsEnabled() local 1183 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 0, 0, 0); in noHapticOnTouchUdfpsArea_a11yTouchExplorationDisabled() local 1217 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 0, 0, 0); in noHapticOnTouchUdfpsArea_a11yTouchExplorationDisabled__oneWayHapticsEnabled() local 1254 MotionEvent moveEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 0, 0, 0); in onTouch_withoutNewTouchDetection_shouldCallOldFingerprintManagerPath() local 1649 MotionEvent moveEvent = MotionEvent.obtain(0, 0, ACTION_MOVE, 0, 0, 0); in onTouch_withNewTouchDetection_qsDrag_processesTouchWhenAlternateBouncerVisible() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
H A D | GesturesObserverTest.java | 72 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in onActionMove_onGestureCancelled() local 100 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in onMotionEvent_recognizedEvents_onGestureCompleted() local
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/ |
H A D | HandwritingInitiatorPerfTest.java | 111 final MotionEvent moveEvent = in onTouchEvent_actionMove_toolTypeStylus() local 169 final MotionEvent moveEvent = in onTouchEvent_actionMove_toolTypeFinger() local
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | TwoFingersDownOrSwipe.java | 113 private static double distance(@NonNull MotionEvent downEvent, @NonNull MotionEvent moveEvent) { in distance()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | MagnificationGestureDetectorTest.java | 162 final MotionEvent moveEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performDrag_invokeCallbacksInOrder() local
|
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/ |
H A D | MotionPredictorTest.kt | 122 val moveEvent = getStylusMotionEvent(eventTime, ACTION_MOVE, /*x=*/10f, /*y=*/20f) regex
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/input/ |
H A D | MotionPredictorBenchmark.kt | 129 val moveEvent = getStylusMotionEvent( regex
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | TouchEventGenerator.java | 42 public static MotionEvent moveEvent(int displayId, float x, float y) { in moveEvent() method in TouchEventGenerator
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | GestureUtils.java | 51 public static double distanceClosestPointerToPoint(PointF pointerDown, MotionEvent moveEvent) { in distanceClosestPointerToPoint()
|
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
H A D | Interaction.java | 130 MotionEvent moveEvent = MotionEvent.obtain(startTime, startTime + deltaT, in createInterpolatedEventList() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | EditorTouchStateTest.java | 500 private static MotionEvent moveEvent(long downTime, long eventTime, float x, float y) { in moveEvent() method in EditorTouchStateTest
|
H A D | EditorCursorDragTest.java | 732 private MotionEvent moveEvent(View view, long downTime, long eventTime, float x, float y) { in moveEvent() method in EditorCursorDragTest
|