/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
D | NotificationShadeWindowModelTest.kt | 167 val bouncerShowing by collectLastValue(underTest.isBouncerShowing) in withSceneContainer_bouncerShowing_providesTheCorrectState() constant 187 val bouncerShowing by collectLastValue(underTest.isBouncerShowing) in withComposeBouncer_bouncerShowing_providesTheCorrectState() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowCallback.java | 28 boolean keyguardGoingAway, boolean bouncerShowing, boolean isDozing, in onStateChanged()
|
D | StatusBarHideIconsForBouncerManager.kt | 40 private var bouncerShowing: Boolean = false in <lambda>() variable
|
D | KeyguardBypassController.kt | 122 var bouncerShowing: Boolean = false in <lambda>() variable
|
D | CentralSurfaces.java | 260 void setBouncerShowing(boolean bouncerShowing); in setBouncerShowing()
|
D | CentralSurfacesImpl.java | 2039 boolean keyguardOccluded, boolean bouncerShowing, boolean secure, in getLoggingFingerprint() 2484 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() 2506 private void setBouncerShowingForStatusBarComponents(boolean bouncerShowing) { in setBouncerShowingForStatusBarComponents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/ui/binder/ |
D | LiftToRunFaceAuthBinder.kt | 76 private val bouncerShowing: Flow<Boolean> = in <lambda>() constant 88 ) { _, bouncerShowing, onAwakeKeyguard -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardDismissInteractor.kt | 84 val bouncerShowing = primaryBouncerShowing || altBouncerShowing in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowState.kt | 37 @JvmField var bouncerShowing: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
|
D | NotificationPanelViewController.java | 2202 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/ |
D | SceneInteractor.kt | 266 val bouncerShowing = Overlays.Bouncer in currentOverlays.value in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayService.java | 758 private void updateBouncerShowingLocked(boolean bouncerShowing) { in updateBouncerShowingLocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/core/ |
D | StatusBarOrchestrator.kt | 156 controllerAndBouncerShowing.collect { (controller, bouncerShowing) -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | PulseExpansionHandler.kt | 115 var bouncerShowing: Boolean = false in <lambda>() variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | LauncherProxyService.java | 886 boolean keyguardGoingAway, boolean bouncerShowing, boolean isDozing, in onStatusBarStateChanged()
|