Home
last modified time | relevance | path

Searched refs:requestNotificationShadeTopUi (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java333 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() method
H A DBubbleController.java1820 mSysuiProxy.requestNotificationShadeTopUi(false, TAG);
1830 mSysuiProxy.requestNotificationShadeTopUi(true, TAG);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java296 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()