Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerImpl.java69 private final Lazy<KeyguardUnlockAnimationController> mUnlockAnimationControllerLazy; field in KeyguardStateControllerImpl
129 mUnlockAnimationControllerLazy = keyguardUnlockAnimationController; in KeyguardStateControllerImpl()
305 return mUnlockAnimationControllerLazy.get().isAnimatingBetweenKeyguardAndSurfaceBehind(); in isAnimatingBetweenKeyguardAndSurfaceBehind()