Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPINView.java48 private final DisappearAnimationUtils mDisappearAnimationUtilsLocked; field in KeyguardPINView
68 mDisappearAnimationUtilsLocked = new DisappearAnimationUtils(context, in KeyguardPINView()
202 ? mDisappearAnimationUtilsLocked in startDisappearAnimation()
H A DKeyguardPatternView.java61 private final DisappearAnimationUtils mDisappearAnimationUtilsLocked; field in KeyguardPatternView
95 mDisappearAnimationUtilsLocked = new DisappearAnimationUtils(context, in KeyguardPatternView()
212 ? mDisappearAnimationUtilsLocked : mDisappearAnimationUtils; in startDisappearAnimation()