Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java91 mLauncher.sendPointer( in goToOverviewUnchecked()
104 () -> mLauncher.sendPointer( in goToOverviewUnchecked()
DLauncherInstrumentation.java1191 sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, start, gestureScope); in linearGesture()
1193 sendPointer(downTime, endTime, MotionEvent.ACTION_UP, end, gestureScope); in linearGesture()
1237 public void sendPointer(long downTime, long currentTime, int action, Point point, in sendPointer() method
1297 sendPointer(downTime, currentTime, MotionEvent.ACTION_MOVE, point, gestureScope); in movePointer()
1311 sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, targetCenter, GestureScope.INSIDE); in clickAndGet()
1314 sendPointer(downTime, SystemClock.uptimeMillis(), MotionEvent.ACTION_UP, targetCenter, in clickAndGet()
DWorkspace.java184 launcher.sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, in dragIconToWorkspace()
197 () -> launcher.sendPointer( in dragIconToWorkspace()