Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DIDesktopTaskListener.aidl29 oneway void onStashedChanged(int displayId, boolean stashed); in onStashedChanged() method
H A DDesktopModeTaskRepository.kt93 visibleTasksListener.onStashedChanged(displayId, stashed)
333 executor.execute { listener.onStashedChanged(displayId, stashed) }
389 fun onStashedChanged(displayId: Int, stashed: Boolean) {} regex
H A DDesktopTasksController.kt1007 override fun onStashedChanged(displayId: Int, stashed: Boolean) {
1014 remoteListener.call { l -> l.onStashedChanged(displayId, stashed) }
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopModeTaskRepositoryTest.kt426 override fun onStashedChanged(displayId: Int, stashed: Boolean) {