Home
last modified time | relevance | path

Searched refs:componentTag (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurface.java45 void requestTopUi(boolean requestTopUi, String componentTag); in requestTopUi() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java175 default void setRequestTopUi(boolean requestTopUi, String componentTag) {} in setRequestTopUi() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImpl.java762 public void setRequestTopUi(boolean requestTopUi, String componentTag) { in setRequestTopUi() argument
764 mCurrentState.mComponentsForcingTopUi.add(componentTag); in setRequestTopUi()
766 mCurrentState.mComponentsForcingTopUi.remove(componentTag); in setRequestTopUi()
H A DStatusBar.java1111 (requestTopUi, componentTag) -> mMainExecutor.execute(() -> in start()
1113 requestTopUi, componentTag)))); in start()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java271 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java300 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()
302 mNotificationShadeWindowController.setRequestTopUi(requestTopUi, componentTag); in BubblesManager()