Searched refs:twoPointersDownEvents (Results 1 – 3 of 3) sorted by relevance
20 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()
256 TouchEventGenerator.twoPointersDownEvents(DISPLAY_0, in goFromStateIdleTo()
64 public static List<MotionEvent> twoPointersDownEvents(int displayId, PointF pointF1, in twoPointersDownEvents() method in TouchEventGenerator