Home
last modified time | relevance | path

Searched defs:getVisibleTaskCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DIDesktopMode.aidl42 int getVisibleTaskCount(int displayId); in getVisibleTaskCount() method
DDesktopModeTaskRepository.kt291 fun getVisibleTaskCount(displayId: Int): Int { in <lambda>() method
DDesktopTasksController.kt258 fun getVisibleTaskCount(displayId: Int): Int { in <lambda>() method
1516 override fun getVisibleTaskCount(displayId: Int): Int { in <lambda>() method in com.android.wm.shell.desktopmode.IDesktopModeImpl
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeTaskRepositoryTest.kt303 fun getVisibleTaskCount() { in getVisibleTaskCount() method