Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java282 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() method
DBubbleController.java1104 mSysuiProxy.requestNotificationShadeTopUi(false, TAG);
1193 mSysuiProxy.requestNotificationShadeTopUi(true, TAG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java310 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()