Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAppIcon.java46 mLauncher.sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, iconCenter); in openMenu()
49 mLauncher.sendPointer( in openMenu()
DBackground.java75 mLauncher.sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, start); in goToOverviewUnchecked()
85 mLauncher.sendPointer( in goToOverviewUnchecked()
DWorkspace.java164 launcher.sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, launchableCenter); in dragIconToWorkspace()
171 launcher.sendPointer( in dragIconToWorkspace()
DLauncherInstrumentation.java883 sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, start); in linearGesture()
885 sendPointer(downTime, endTime, MotionEvent.ACTION_UP, end); in linearGesture()
918 void sendPointer(long downTime, long currentTime, int action, Point point) { in sendPointer() method
938 sendPointer(downTime, currentTime, MotionEvent.ACTION_MOVE, point); in movePointer()