OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
149
sendPointer
(MotionEvent.ACTION_DOWN, center);
177
sendPointer
(MotionEvent.ACTION_UP, center);
187
sendPointer
(MotionEvent.ACTION_MOVE, from);
201
protected void
sendPointer
(int action, Point point) {
Completed in 200 milliseconds