Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java88 default void setBackdropShowing(boolean showing) {} in setBackdropShowing() method
H A DNotificationMediaManager.java690 windowController.setBackdropShowing(true); in finishUpdateMediaMetaData()
749 windowController.setBackdropShowing(false); in finishUpdateMediaMetaData()
753 windowController.setBackdropShowing(false); in finishUpdateMediaMetaData()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImpl.java547 public void setBackdropShowing(boolean showing) { in setBackdropShowing() method in NotificationShadeWindowControllerImpl