Home
last modified time | relevance | path

Searched refs:updateScrimController (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java278 mCentralSurfaces.updateScrimController(); in pulseWhileDozing()
285 mCentralSurfaces.updateScrimController(); in pulseWhileDozing()
413 mCentralSurfaces.updateScrimController(); in prepareForGentleSleep()
420 mCentralSurfaces.updateScrimController(); in cancelGentleSleep()
H A DCentralSurfacesImpl.java937 updateScrimController(); in initBubbles()
2438 updateScrimController(); in fadeKeyguardAfterLaunchTransition()
2529 updateScrimController(); in hideKeyguardImpl()
2549 updateScrimController(); in keyguardGoingAway()
2773 updateScrimController(); in setBouncerShowing()
2970 updateScrimController();
3119 updateScrimController(); in notifyBiometricAuthModeChanged()
3143 public void updateScrimController() { in updateScrimController() method
3438 updateScrimController();
3576 updateScrimController();
[all …]
H A DCentralSurfaces.java321 void updateScrimController(); in updateScrimController() method
H A DStatusBarKeyguardViewManager.java805 mCentralSurfaces.updateScrimController(); in updateAlternateBouncerShowing()
1015 mCentralSurfaces.updateScrimController(); in hide()
H A DCentralSurfacesCommandQueueCallbacks.java392 mCentralSurfaces.updateScrimController(); in onCameraLaunchGestureDetected()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java960 mCentralSurfaces.updateScrimController(); in testFingerprintUnlock_UpdatesScrims()
971 mCentralSurfaces.updateScrimController(); in testTransitionLaunch_goesToUnlocked()
977 mCentralSurfaces.updateScrimController(); in testSetExpansionAffectsAlpha_whenKeyguardShowingButGoingAwayForAnyReason()
983 mCentralSurfaces.updateScrimController(); in testSetExpansionAffectsAlpha_whenKeyguardShowingButGoingAwayForAnyReason()
989 mCentralSurfaces.updateScrimController(); in testSetExpansionAffectsAlpha_whenKeyguardShowingButGoingAwayForAnyReason()
995 mCentralSurfaces.updateScrimController(); in testSetExpansionAffectsAlpha_whenKeyguardShowingButGoingAwayForAnyReason()
1007 mCentralSurfaces.updateScrimController(); in testTransitionLaunch_noPreview_doesntGoUnlocked()
1035 mCentralSurfaces.updateScrimController(); in testPulseWhileDozing_updatesScrimController()
1040 mCentralSurfaces.updateScrimController(); in testPulseWhileDozing_updatesScrimController()
1050 mCentralSurfaces.updateScrimController(); in testSetDozingNotUnlocking_transitionToAOD_cancelKeyguardFadingAway()
[all …]
H A DDozeServiceHostTest.java158 verify(mCentralSurfaces).updateScrimController(); in testPulseWhileDozing_updatesScrimController()
163 verify(mCentralSurfaces).updateScrimController(); in testPulseWhileDozing_updatesScrimController()
H A DStatusBarKeyguardViewManagerTest.java882 verify(mCentralSurfaces, never()).updateScrimController(); in alternateBouncerToShowPrimaryBouncer_updatesScrimControllerOnce()