Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1667 GestureScope gestureScope) { in swipeToState() argument
1669 () -> linearGesture(startX, startY, endX, endY, steps, false, gestureScope), in swipeToState()
1831 boolean slowDown, GestureScope gestureScope) { in linearGesture() argument
1837 sendPointer(downTime, downTime, MotionEvent.ACTION_DOWN, start, gestureScope); in linearGesture()
1843 start, gestureScope); in linearGesture()
1848 start, gestureScope); in linearGesture()
1852 start, gestureScope); in linearGesture()
1857 start, end, steps, false, downTime, downTime, slowDown, gestureScope); in linearGesture()
1863 start, gestureScope); in linearGesture()
1866 sendPointer(downTime, endTime, MotionEvent.ACTION_UP, end, gestureScope); in linearGesture()
[all …]