Home
last modified time | relevance | path

Searched refs:movePointer (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DTwoFingersDownOrSwipeTest.java19 import static com.android.server.accessibility.utils.TouchEventGenerator.movePointer;
122 final MotionEvent moveEvent = movePointer(downEvents.get(1), 0, sSwipeMinDistance, 0); in firstPointerMove_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 DTouchEventGenerator.java130 public static MotionEvent movePointer(MotionEvent originalEvent, int pointerIndex, in movePointer() method in TouchEventGenerator