Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DLauncherRecentsView.java278 boolean showDesktopApps = false; in onGestureAnimationEnd()
287 showDesktopApps = true; in onGestureAnimationEnd()
295 if (showDesktopApps) { in onGestureAnimationEnd()
296 SystemUiProxy.INSTANCE.get(mContainer).showDesktopApps(mContainer.getDisplayId(), in onGestureAnimationEnd()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/desktop/
DDesktopRecentsTransitionController.kt57 systemUiProxy.showDesktopApps(desktopTaskView.display.displayId, transition) in launchDesktopFromRecents()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchViewController.java164 .showDesktopApps( in launchTaskAt()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java1439 public void showDesktopApps(int displayId, @Nullable RemoteTransition transition) { in showDesktopApps() method in SystemUiProxy
1442 mDesktopMode.showDesktopApps(displayId, transition); in showDesktopApps()