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/
DLauncherInstrumentation.java1111 sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, start, gestureScope); in linearGesture()
1113 sendPointer(downTime, endTime, MotionEvent.ACTION_UP, end, gestureScope); in linearGesture()
1157 public void sendPointer(long downTime, long currentTime, int action, Point point, in sendPointer() method
1204 sendPointer(downTime, currentTime, MotionEvent.ACTION_MOVE, point, gestureScope); in movePointer()
1218 sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, targetCenter, GestureScope.INSIDE); in clickAndGet()
1221 sendPointer(downTime, SystemClock.uptimeMillis(), MotionEvent.ACTION_UP, targetCenter, in clickAndGet()
DBackground.java94 mLauncher.sendPointer( in goToOverviewUnchecked()
107 () -> mLauncher.sendPointer( in goToOverviewUnchecked()
DWorkspace.java213 launcher.sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, in dragIconToWorkspace()
225 () -> launcher.sendPointer( in dragIconToWorkspace()