Home
last modified time | relevance | path

Searched refs:isPrimaryBouncerShowing (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DFromAlternateBouncerTransitionInteractor.kt75 isPrimaryBouncerShowing,
81 !isPrimaryBouncerShowing &&
119 .collect { (isPrimaryBouncerShowing, startedKeyguardState) ->
121 isPrimaryBouncerShowing &&
H A DKeyguardInteractor.kt182 ) { isKeyguardVisible, isPrimaryBouncerShowing, cameraLaunchEvent ->
185 isPrimaryBouncerShowing -> false
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DFakeKeyguardStateController.java56 public boolean isPrimaryBouncerShowing() { in isPrimaryBouncerShowing() method in FakeKeyguardStateController
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeKeyguardStateController.java52 public boolean isPrimaryBouncerShowing() { in isPrimaryBouncerShowing() method in FakeKeyguardStateController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java59 boolean isPrimaryBouncerShowing(); in isPrimaryBouncerShowing() method
H A DKeyguardStateControllerImpl.java171 public boolean isPrimaryBouncerShowing() { in isPrimaryBouncerShowing() method in KeyguardStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt1070 if (keyguardStateController.isPrimaryBouncerShowing) {
H A DKeyguardViewMediator.java1323 if (mKeyguardStateController.isPrimaryBouncerShowing()
1327 adjustStatusBarLocked(mKeyguardStateController.isPrimaryBouncerShowing(), false);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java948 when(mKeyguardStateController.isPrimaryBouncerShowing()).thenReturn(true); in pendingPinLockOnKeyguardGoingAway_doKeyguardLockedOnKeyguardVisibilityChanged()