Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DIDesktopMode.aidl40 int getVisibleTaskCount(int displayId); in getVisibleTaskCount() method
H A 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
H A DDesktopModeTaskRepository.kt265 fun getVisibleTaskCount(displayId: Int): Int { regex
H A DDesktopTasksController.kt187 fun getVisibleTaskCount(displayId: Int): Int { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopModeTaskRepositoryTest.kt241 fun getVisibleTaskCount() { regex