Searched refs:mDisappearAnimationUtils (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPatternView.java | 60 private final DisappearAnimationUtils mDisappearAnimationUtils; field in KeyguardPatternView 91 mDisappearAnimationUtils = new DisappearAnimationUtils(context, in KeyguardPatternView() 207 -mDisappearAnimationUtils.getStartTranslation(), in startDisappearAnimation() 208 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation() 212 ? mDisappearAnimationUtilsLocked : mDisappearAnimationUtils; in startDisappearAnimation() 221 mDisappearAnimationUtils.createAnimation(mSecurityMessageDisplay, 0, in startDisappearAnimation() 223 - mDisappearAnimationUtils.getStartTranslation() * 3, in startDisappearAnimation() 225 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation()
|
H A D | KeyguardPINView.java | 47 private final DisappearAnimationUtils mDisappearAnimationUtils; field in KeyguardPINView 64 mDisappearAnimationUtils = new DisappearAnimationUtils(context, in KeyguardPINView() 203 : mDisappearAnimationUtils; in startDisappearAnimation() 206 mDisappearAnimationUtils.getInterpolator(), () -> { in startDisappearAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherListView.java | 40 private final DisappearAnimationUtils mDisappearAnimationUtils; field in KeyguardUserSwitcherListView 49 mDisappearAnimationUtils = new DisappearAnimationUtils(context, in KeyguardUserSwitcherListView() 118 (open ? mAppearAnimationUtils : mDisappearAnimationUtils) in updateVisibilities()
|