Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java90 default void setBackdropShowing(boolean showing) {} in setBackdropShowing() method
H A DNotificationMediaManager.java648 windowController.setBackdropShowing(true); in finishUpdateMediaMetaData()
709 windowController.setBackdropShowing(false); in finishUpdateMediaMetaData()
713 windowController.setBackdropShowing(false); in finishUpdateMediaMetaData()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java667 public void setBackdropShowing(boolean showing) { in setBackdropShowing() method in NotificationShadeWindowControllerImpl