Home
last modified time | relevance | path

Searched defs:bouncerShowing (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowCallback.java25 boolean keyguardGoingAway, boolean bouncerShowing, boolean isDozing, in onStateChanged()
DStatusBarHideIconsForBouncerManager.kt37 private var bouncerShowing: Boolean = false in <lambda>() variable
DKeyguardBypassController.kt102 var bouncerShowing: Boolean = false in <lambda>() variable in com.android.systemui.statusbar.phone.KeyguardBypassController
DCentralSurfacesImpl.java2305 boolean keyguardOccluded, boolean bouncerShowing, boolean secure, in getLoggingFingerprint()
2762 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing()
2785 private void setBouncerShowingForStatusBarComponents(boolean bouncerShowing) { in setBouncerShowingForStatusBarComponents()
DCentralSurfaces.java295 void setBouncerShowing(boolean bouncerShowing); in setBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt37 @JvmField var bouncerShowing: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
DNotificationPanelViewController.java2990 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt116 var bouncerShowing: Boolean = false in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java736 boolean keyguardGoingAway, boolean bouncerShowing, boolean isDozing, in onStatusBarStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1230 public void setBouncerShowingFromCentralSurfaces(boolean bouncerShowing) { in setBouncerShowingFromCentralSurfaces()