Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeSurface.kt53 fun setBouncerShowing(bouncerShowing: Boolean) method
DShadeSurfaceImpl.kt44 override fun setBouncerShowing(bouncerShowing: Boolean) { in setBouncerShowing() method in com.android.systemui.shade.ShadeSurfaceImpl
DNotificationShadeWindowControllerImpl.java745 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in NotificationShadeWindowControllerImpl
DNotificationPanelViewController.java2202 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method in NotificationPanelViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt99 override fun setBouncerShowing(bouncerShowing: Boolean) {} in getNavigationBarView() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java260 void setBouncerShowing(boolean bouncerShowing); in setBouncerShowing() method
DCentralSurfacesImpl.java2484 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java87 default void setBouncerShowing(boolean showing) {} in setBouncerShowing() method