Searched refs:shouldDelayKeyguardShow (Results 1 – 7 of 7) sorted by relevance
120 fun shouldDelayKeyguardShow(): Boolean = in shouldDelayKeyguardShow() method121 animations.any { it.shouldDelayKeyguardShow() } in shouldDelayKeyguardShow()225 fun shouldDelayKeyguardShow(): Boolean = false method
329 public boolean shouldDelayKeyguardShow() { in shouldDelayKeyguardShow() method in DozeParameters330 return mScreenOffAnimationController.shouldDelayKeyguardShow(); in shouldDelayKeyguardShow()
178 override fun shouldDelayKeyguardShow(): Boolean = shouldPlayAnimation() in shouldDelayKeyguardShow() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
2317 keyguardVisible || (mDozing && mDozeParameters.shouldDelayKeyguardShow()); in updateDozingState()
846 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(true); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet()866 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(false); in testKeyguardNotDelayedOnGoingToSleep_ifScreenOffAnimationWillNotPlay()
1810 if (mScreenOffAnimationController.shouldDelayKeyguardShow()) {
4550 if (mDozeParameters.shouldDelayKeyguardShow()