HomeSort by relevance Sort by last modified time
    Searched refs:sendPointer (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
ShortcutsLaunchTest.java 59 sendPointer(MotionEvent.ACTION_DOWN, iconCenter);
62 sendPointer(MotionEvent.ACTION_UP, iconCenter);
ShortcutsToHomeTest.java 61 sendPointer(MotionEvent.ACTION_DOWN, iconCenter);
64 sendPointer(MotionEvent.ACTION_UP, iconCenter);
AbstractLauncherUiTest.java 148 sendPointer(MotionEvent.ACTION_DOWN, center);
176 sendPointer(MotionEvent.ACTION_UP, center);
186 sendPointer(MotionEvent.ACTION_MOVE, from);
200 protected void sendPointer(int action, Point point) {

Completed in 403 milliseconds