Searched refs:showDesktopApps (Results 1 – 4 of 4) sorted by relevance
278 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()
57 systemUiProxy.showDesktopApps(desktopTaskView.display.displayId, transition) in launchDesktopFromRecents()
164 .showDesktopApps( in launchTaskAt()
1439 public void showDesktopApps(int displayId, @Nullable RemoteTransition transition) { in showDesktopApps() method in SystemUiProxy1442 mDesktopMode.showDesktopApps(displayId, transition); in showDesktopApps()