Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DIDesktopMode.aidl40 int getVisibleTaskCount(int displayId); in getVisibleTaskCount() method
DDesktopModeController.java284 int getVisibleTaskCount(int displayId) { in getVisibleTaskCount() method in DesktopModeController
528 public int getVisibleTaskCount(int displayId) throws RemoteException { in getVisibleTaskCount() method in DesktopModeController.IDesktopModeImpl
DDesktopModeTaskRepository.kt265 fun getVisibleTaskCount(displayId: Int): Int { in <lambda>() method in com.android.wm.shell.desktopmode.DesktopModeTaskRepository
DDesktopTasksController.kt187 fun getVisibleTaskCount(displayId: Int): Int { in <lambda>() method
1068 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.kt241 fun getVisibleTaskCount() { in getVisibleTaskCount() method in com.android.wm.shell.desktopmode.DesktopModeTaskRepositoryTest