Home
last modified time | relevance | path

Searched refs:isVisibleTask (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeTaskRepository.kt191 fun isVisibleTask(taskId: Int): Boolean { regex
H A DDesktopTasksController.kt660 if (activeTasks.none { desktopModeTaskRepository.isVisibleTask(it) }) {
677 if (activeTasks.any { desktopModeTaskRepository.isVisibleTask(it) }) {