Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DIDesktopMode.aidl34 void hideStashedDesktopApps(int displayId); in hideStashedDesktopApps() method
H A DDesktopTasksController.kt175 fun hideStashedDesktopApps(displayId: Int) { regex
1054 override fun hideStashedDesktopApps(displayId: Int) {
1058 ) { c -> c.hideStashedDesktopApps(displayId) }
H A DDesktopModeController.java548 public void hideStashedDesktopApps(int displayId) throws RemoteException { in hideStashedDesktopApps() method in DesktopModeController.IDesktopModeImpl
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopTasksControllerTest.kt647 controller.hideStashedDesktopApps(DEFAULT_DISPLAY)