Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1842 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 1), in linearGesture()
1847 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 2), in linearGesture()
1851 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 3), in linearGesture()
1862 getPointerAction(MotionEvent.ACTION_POINTER_UP, i - 1), in linearGesture()
1870 private static int getPointerAction(int action, int index) { in getPointerAction() method