Home
last modified time | relevance | path

Searched defs:setBouncerShowing (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeSurface.kt71 fun setBouncerShowing(bouncerShowing: Boolean) regex
H A DNotificationShadeWindowControllerImpl.java661 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in NotificationShadeWindowControllerImpl
H A DNotificationPanelViewController.java2990 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method in NotificationPanelViewController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java87 default void setBouncerShowing(boolean showing) {} in setBouncerShowing() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java295 void setBouncerShowing(boolean bouncerShowing); in setBouncerShowing() method
H A DCentralSurfacesImpl.java2762 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method