Searched refs:linearGesture (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Taskbar.java | 92 mLauncher.linearGesture(startX, startY, endX, endY, 10, false, in swipeDownToStash()
|
D | LauncherInstrumentation.java | 1104 linearGesture( in gestureToDismissPopup() 1132 linearGesture( in goHomeFromImmersiveFullscreenApp() 1143 linearGesture( in goHomeFromImmersiveFullscreenApp() 1245 linearGesture(startX, displaySize.y / 4, endX, displaySize.y / 4, in pressBackImpl() 1669 () -> linearGesture(startX, startY, endX, endY, steps, false, gestureScope), in swipeToState() 1809 () -> linearGesture( in scroll() 1830 public void linearGesture(int startX, int startY, int endX, int endY, int steps, in linearGesture() method
|
D | Background.java | 247 () -> mLauncher.linearGesture( in quickSwitch()
|
D | OverviewTask.java | 187 () -> mLauncher.linearGesture(centerX, centerY, centerX, 0, 10, false, in dismissBySwipingUp()
|
D | LaunchedAppState.java | 134 () -> mLauncher.linearGesture(startX, startY, endX, endY, 10,
|