Home
last modified time | relevance | path

Searched refs:shouldHideScrimOnWakeUp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt148 animations.any { it.shouldHideScrimOnWakeUp() } in shouldHideLightRevealScrimOnWakeUp()
228 fun shouldHideScrimOnWakeUp(): Boolean = false method
DUnlockedScreenOffAnimationController.kt416 override fun shouldHideScrimOnWakeUp(): Boolean = isScreenOffLightRevealAnimationPlaying() in shouldAnimateInKeyguard() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController