Home
last modified time | relevance | path

Searched defs:moveEvent (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationGesturesObserverTest.java77 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 DTwoFingersDownOrSwipeTest.java122 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 DSimpleSwipeTest.java84 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in sendSwipeEvent_onGestureCompleted() local
H A DFullScreenMagnificationGestureHandlerTest.java934 private MotionEvent moveEvent(float x, float y) { in moveEvent() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerTest.java398 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 DGesturesObserverTest.java72 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 DHandwritingInitiatorPerfTest.java111 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 DTwoFingersDownOrSwipe.java113 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 DMagnificationGestureDetectorTest.java162 final MotionEvent moveEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performDrag_invokeCallbacksInOrder() local
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/
H A DMotionPredictorTest.kt122 val moveEvent = getStylusMotionEvent(eventTime, ACTION_MOVE, /*x=*/10f, /*y=*/20f) regex
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/input/
H A DMotionPredictorBenchmark.kt129 val moveEvent = getStylusMotionEvent( regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DTouchEventGenerator.java42 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 DGestureUtils.java51 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 DInteraction.java130 MotionEvent moveEvent = MotionEvent.obtain(startTime, startTime + deltaT, in createInterpolatedEventList() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorTouchStateTest.java500 private static MotionEvent moveEvent(long downTime, long eventTime, float x, float y) { in moveEvent() method in EditorTouchStateTest
H A DEditorCursorDragTest.java732 private MotionEvent moveEvent(View view, long downTime, long eventTime, float x, float y) { in moveEvent() method in EditorCursorDragTest