Home
last modified time | relevance | path

Searched refs:isStashingEnabled (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeStatus.java99 public static boolean isStashingEnabled() { in isStashingEnabled() method in DesktopModeStatus
H A DDesktopTasksController.kt166 if (DesktopModeStatus.isStashingEnabled()) {
176 if (DesktopModeStatus.isStashingEnabled()) {
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopTasksControllerTest.kt503 whenever(DesktopModeStatus.isStashingEnabled()).thenReturn(true)
575 whenever(DesktopModeStatus.isStashingEnabled()).thenReturn(true)
633 whenever(DesktopModeStatus.isStashingEnabled()).thenReturn(true)
643 whenever(DesktopModeStatus.isStashingEnabled()).thenReturn(true)