Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1066 GestureScope gestureScope) { in swipeToState() argument
1068 () -> linearGesture(startX, startY, endX, endY, steps, false, gestureScope), in swipeToState()
1186 GestureScope gestureScope) { in linearGesture() argument
1191 sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, start, gestureScope); in linearGesture()
1192 final long endTime = movePointer(start, end, steps, downTime, slowDown, gestureScope); in linearGesture()
1193 sendPointer(downTime, endTime, MotionEvent.ACTION_UP, end, gestureScope); in linearGesture()
1197 GestureScope gestureScope) { in movePointer() argument
1199 downTime, downTime, steps * GESTURE_STEP_MS, start, end, gestureScope); in movePointer()
1202 end, gestureScope); in movePointer()
1238 GestureScope gestureScope) { in sendPointer() argument
[all …]
DBackground.java86 final LauncherInstrumentation.GestureScope gestureScope = in goToOverviewUnchecked() local
92 downTime, downTime, MotionEvent.ACTION_DOWN, start, gestureScope); in goToOverviewUnchecked()
100 gestureScope), in goToOverviewUnchecked()
106 gestureScope), in goToOverviewUnchecked()
213 LauncherInstrumentation.GestureScope gestureScope = in quickSwitch() local
219 startX, startY, endX, endY, 20, false, gestureScope), in quickSwitch()