Home
last modified time | relevance | path

Searched refs:shouldDelayKeyguardShow (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt120 fun shouldDelayKeyguardShow(): Boolean = in shouldDelayKeyguardShow() method
121 animations.any { it.shouldDelayKeyguardShow() } in shouldDelayKeyguardShow()
225 fun shouldDelayKeyguardShow(): Boolean = false method
DDozeParameters.java329 public boolean shouldDelayKeyguardShow() { in shouldDelayKeyguardShow() method in DozeParameters
330 return mScreenOffAnimationController.shouldDelayKeyguardShow(); in shouldDelayKeyguardShow()
DUnlockedScreenOffAnimationController.kt178 override fun shouldDelayKeyguardShow(): Boolean = shouldPlayAnimation() in shouldDelayKeyguardShow() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
DCentralSurfacesImpl.java2317 keyguardVisible || (mDozing && mDozeParameters.shouldDelayKeyguardShow()); in updateDozingState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java846 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(true); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet()
866 when(mScreenOffAnimationController.shouldDelayKeyguardShow()).thenReturn(false); in testKeyguardNotDelayedOnGoingToSleep_ifScreenOffAnimationWillNotPlay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1810 if (mScreenOffAnimationController.shouldDelayKeyguardShow()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4550 if (mDozeParameters.shouldDelayKeyguardShow()