Home
last modified time | relevance | path

Searched defs:hideStashedDesktopApps (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DIDesktopMode.aidl34 void hideStashedDesktopApps(int displayId); in hideStashedDesktopApps() method
DDesktopTasksController.kt175 fun hideStashedDesktopApps(displayId: Int) { in <lambda>() method
1054 override fun hideStashedDesktopApps(displayId: Int) { in <lambda>() method in com.android.wm.shell.desktopmode.IDesktopModeImpl
DDesktopModeController.java548 public void hideStashedDesktopApps(int displayId) throws RemoteException { in hideStashedDesktopApps() method in DesktopModeController.IDesktopModeImpl