Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt63 private var shouldAnimateInKeyguard = false regex
128 shouldAnimateInKeyguard = false
177 shouldAnimateInKeyguard = false
206 shouldAnimateInKeyguard = true
292 fun shouldAnimateInKeyguard(): Boolean { regex
293 return shouldAnimateInKeyguard
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java124 } else if (mUnlockedScreenOffAnimationController.shouldAnimateInKeyguard()) { in setViewVisibility()