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