Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
H A DISystemUiProxy.aidl144 oneway void notifyTaskbarStatus(boolean visible, boolean stashed) = 47; in notifyTaskbarStatus() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java430 public void notifyTaskbarStatus(boolean visible, boolean stashed) { in notifyTaskbarStatus() method in SystemUiProxy
433 mSystemUiProxy.notifyTaskbarStatus(visible, stashed); in notifyTaskbarStatus()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarManager.java224 .notifyTaskbarStatus(/* visible */ false, /* stashed */ false); in recreateTaskbar()
H A DTaskbarStashController.java542 mSystemUiProxy.notifyTaskbarStatus(visible, stashed); in notifyStashChange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java264 public void notifyTaskbarStatus(boolean visible, boolean stashed) {