Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java750 mCentralSurfaces.updateScrimController(); in testFingerprintUnlock_UpdatesScrims()
761 mCentralSurfaces.updateScrimController(); in testTransitionLaunch_goesToUnlocked()
767 mCentralSurfaces.updateScrimController(); in testSetExpansionAffectsAlpha_whenKeyguardShowingButGoingAwayForAnyReason()
773 mCentralSurfaces.updateScrimController(); in testSetExpansionAffectsAlpha_whenKeyguardShowingButGoingAwayForAnyReason()
779 mCentralSurfaces.updateScrimController(); in testSetExpansionAffectsAlpha_whenKeyguardShowingButGoingAwayForAnyReason()
785 mCentralSurfaces.updateScrimController(); in testSetExpansionAffectsAlpha_whenKeyguardShowingButGoingAwayForAnyReason()
797 mCentralSurfaces.updateScrimController(); in testTransitionLaunch_noPreview_doesntGoUnlocked()
825 mCentralSurfaces.updateScrimController(); in testPulseWhileDozing_updatesScrimController()
830 mCentralSurfaces.updateScrimController(); in testPulseWhileDozing_updatesScrimController()
840 mCentralSurfaces.updateScrimController(); in testSetDozingNotUnlocking_transitionToAOD_cancelKeyguardFadingAway()
[all …]
DStatusBarKeyguardViewManagerTest.java930 verify(mCentralSurfaces, never()).updateScrimController(); in alternateBouncerToShowPrimaryBouncer_updatesScrimControllerOnce()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java309 mCentralSurfaces.updateScrimController(); in pulseWhileDozing()
316 mCentralSurfaces.updateScrimController(); in pulseWhileDozing()
445 mCentralSurfaces.updateScrimController(); in prepareForGentleSleep()
453 mCentralSurfaces.updateScrimController(); in cancelGentleSleep()
DCentralSurfacesEmptyImpl.kt78 override fun updateScrimController() {} in updateScrimController() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfacesImpl.java573 updateScrimController();
855 updateScrimController(); in initBubbles()
1357 updateScrimController(); in setBrightnessMirrorShowing()
2126 updateScrimController(); in fadeKeyguardAfterLaunchTransition()
2218 updateScrimController(); in hideKeyguardImpl()
2238 updateScrimController(); in keyguardGoingAway()
2439 updateScrimController(); in setBouncerShowing()
2638 updateScrimController();
2733 updateScrimController(); in notifyBiometricAuthModeChanged()
2757 public void updateScrimController() { in updateScrimController() method
[all …]
DCentralSurfaces.java278 void updateScrimController(); in updateScrimController() method
DCentralSurfacesCommandQueueCallbacks.java388 mCentralSurfaces.updateScrimController(); in onCameraLaunchGestureDetected()
DStatusBarKeyguardViewManager.java975 mCentralSurfaces.updateScrimController(); in updateAlternateBouncerShowing()
1199 mCentralSurfaces.updateScrimController(); in hide()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java159 verify(mCentralSurfaces).updateScrimController(); in testPulseWhileDozing_updatesScrimController()
164 verify(mCentralSurfaces).updateScrimController(); in testPulseWhileDozing_updatesScrimController()