Searched refs:isScreenOffAnimationPlaying (Results 1 – 11 of 11) sorted by relevance
482 when(mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()).thenReturn(true); in transitionToDoze_duringUnlockedScreenOff_afterTimeout_clampsToDim()497 when(mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()).thenReturn(true); in transitionToDoze_duringUnlockedScreenOff_notAfterTimeout_doesNotClampToDim()512 when(mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()).thenReturn(false); in transitionToDoze_duringUnlockedScreenOff_afterTimeout_noScreenOff_doesNotClampToDim()528 when(mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()).thenReturn(false); in transitionToDoze_duringLockedScreenOff_afterTimeout_clampsToDim()543 when(mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()).thenReturn(false); in transitionToDoze_duringLockedScreenOff_notAfterTimeout_doesNotClampToDim()
268 if (unlockedScreenOffAnimationController.isScreenOffAnimationPlaying() &&335 if (unlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) {
288 fun isScreenOffAnimationPlaying(): Boolean { regex
692 && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in updateAodIconsVisibility()
343 || mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in applyFocusableFlag()
671 if (!mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in applyState()
1493 if (mDozing && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in wakeUpIfDozing()2946 if (mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying() in updateIsKeyguard()3795 || mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying(); in shouldIgnoreTouch()
1312 mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying() in updateClockAppearance()1315 mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying() in updateClockAppearance()4458 && mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying(); in onStateChanged()
270 mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying() in clampToDimBrightnessForScreenOff()
1115 if (mPendingLock && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) { in maybeHandlePendingLock()
688 && !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying() in updateFooter()