Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeTaskRepository.kt240 notifyVisibleTaskListeners( in <lambda>()
250 notifyVisibleTaskListeners(displayId, data.visibleTasks.size) in <lambda>()
280 notifyVisibleTaskListeners(displayId, newCount) in <lambda>()
284 private fun notifyVisibleTaskListeners(displayId: Int, visibleTasksCount: Int) { in <lambda>() method in com.android.wm.shell.desktopmode.DesktopModeTaskRepository