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.java366 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() method
DBubbleController.java2082 mSysuiProxy.requestNotificationShadeTopUi(false, TAG);
2092 mSysuiProxy.requestNotificationShadeTopUi(true, TAG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java343 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()