Home
last modified time | relevance | path

Searched defs:bouncerShowing (Results 1 – 9 of 9) 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.kt108 var bouncerShowing: Boolean = false in <lambda>() variable in com.android.systemui.statusbar.phone.KeyguardBypassController
DCentralSurfacesImpl.java2813 boolean keyguardOccluded, boolean bouncerShowing, boolean secure, in getLoggingFingerprint()
3394 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing()
3428 private void setBouncerShowingForStatusBarComponents(boolean bouncerShowing) { in setBouncerShowingForStatusBarComponents()
DCentralSurfaces.java418 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.java2844 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt121 var bouncerShowing: Boolean = false in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java687 boolean keyguardGoingAway, boolean bouncerShowing, boolean isDozing, in onStatusBarStateChanged()