Home
last modified time | relevance | path

Searched refs:shouldAnimateInKeyguard (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt82 private var shouldAnimateInKeyguard = false regex
172 shouldAnimateInKeyguard = false
241 shouldAnimateInKeyguard = false
271 shouldAnimateInKeyguard = true
287 shouldAnimateInKeyguard) {
372 override fun shouldAnimateInKeyguard(): Boolean =
373 shouldAnimateInKeyguard
H A DScreenOffAnimationController.kt88 fun shouldAnimateInKeyguard(): Boolean = regex
89 animations.any { it.shouldAnimateInKeyguard() }
96 if (it.shouldAnimateInKeyguard()) {
222 fun shouldAnimateInKeyguard(): Boolean = false regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java164 } else if (mScreenOffAnimationController.shouldAnimateInKeyguard()) { in setViewVisibility()