Home
last modified time | relevance | path

Searched refs:requestTopUi (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java175 default void setRequestTopUi(boolean requestTopUi, String componentTag) {} in setRequestTopUi() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java282 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowControllerImpl.java761 public void setRequestTopUi(boolean requestTopUi, String componentTag) { in setRequestTopUi() argument
762 if (requestTopUi) { in setRequestTopUi()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java310 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()
312 mNotificationShadeWindowController.setRequestTopUi(requestTopUi, componentTag); in BubblesManager()