Searched refs:shouldDelayKeyguardShow (Results 1 – 7 of 7) sorted by relevance
115 fun shouldDelayKeyguardShow(): Boolean = in shouldDelayKeyguardShow() method116 animations.any { it.shouldDelayKeyguardShow() } in shouldDelayKeyguardShow()216 fun shouldDelayKeyguardShow(): Boolean = false method
329 public boolean shouldDelayKeyguardShow() { in shouldDelayKeyguardShow() method in DozeParameters330 return mScreenOffAnimationController.shouldDelayKeyguardShow(); in shouldDelayKeyguardShow()
146 override fun shouldDelayKeyguardShow(): Boolean = in shouldDelayKeyguardShow() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
3167 keyguardVisible || (mDozing && mDozeParameters.shouldDelayKeyguardShow()); in updateDozingState()
459 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(true); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet()479 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(false); in testKeyguardNotDelayedOnGoingToSleep_ifScreenOffAnimationWillNotPlay()
1498 if (mScreenOffAnimationController.shouldDelayKeyguardShow()) { in maybeHandlePendingLock()
4308 if (mDozeParameters.shouldDelayKeyguardShow() in onStateChanged()