Home
last modified time | relevance | path

Searched refs:twoPointersDownEvents (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DTwoFingersDownOrSwipeTest.java20 import static com.android.server.accessibility.utils.TouchEventGenerator.twoPointersDownEvents;
89 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in sendTwoFingerDownEvent_onGestureCompleted()
117 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in firstPointerMove_twoPointersDown_onGestureCompleted()
133 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in secondPointerMove_twoPointersDown_onGestureCompleted()
H A DWindowMagnificationGestureHandlerTest.java256 TouchEventGenerator.twoPointersDownEvents(DISPLAY_0, in goFromStateIdleTo()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DTouchEventGenerator.java64 public static List<MotionEvent> twoPointersDownEvents(int displayId, PointF pointF1, in twoPointersDownEvents() method in TouchEventGenerator