Searched refs:downEvents (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | TwoFingersDownOrSwipeTest.java | 89 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in sendTwoFingerDownEvent_onGestureCompleted() local 92 for (MotionEvent event : downEvents) { in sendTwoFingerDownEvent_onGestureCompleted() 97 MagnificationGestureMatcher.GESTURE_TWO_FINGERS_DOWN_OR_SWIPE, downEvents.get(1), in sendTwoFingerDownEvent_onGestureCompleted() 98 downEvents.get(1), 0); in sendTwoFingerDownEvent_onGestureCompleted() 117 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in firstPointerMove_twoPointersDown_onGestureCompleted() local 119 for (MotionEvent event : downEvents) { in firstPointerMove_twoPointersDown_onGestureCompleted() 122 final MotionEvent moveEvent = movePointer(downEvents.get(1), 0, sSwipeMinDistance, 0); in firstPointerMove_twoPointersDown_onGestureCompleted() 133 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in secondPointerMove_twoPointersDown_onGestureCompleted() local 135 for (MotionEvent event : downEvents) { in secondPointerMove_twoPointersDown_onGestureCompleted() 138 final MotionEvent moveEvent = movePointer(downEvents.get(1), 1, sSwipeMinDistance, 0); in secondPointerMove_twoPointersDown_onGestureCompleted()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | TouchEventGenerator.java | 66 final List<MotionEvent> downEvents = new ArrayList<>(); in twoPointersDownEvents() local 69 downEvents.add(downEvent); in twoPointersDownEvents() 76 downEvents.add(twoPointersDownEvent); in twoPointersDownEvents() 77 return downEvents; in twoPointersDownEvents()
|