Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt914 shouldLaunchAsModal(task) -> handleIncompatibleTaskLaunch(task) in <lambda>()
916 isSystemUIApplication(task) -> handleIncompatibleTaskLaunch(task) in <lambda>()
1021 private fun handleIncompatibleTaskLaunch(task: RunningTaskInfo): WindowContainerTransaction? { in <lambda>() method