Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPatternView.java59 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPatternView
87 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardPatternView()
178 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
180 0, mAppearAnimationUtils.getInterpolator(), in startAppearAnimation()
184 mAppearAnimationUtils.startAnimation2d( in startAppearAnimation()
190 mAppearAnimationUtils.createAnimation(mSecurityMessageDisplay, 0, in startAppearAnimation()
192 mAppearAnimationUtils.getStartTranslation(), in startAppearAnimation()
194 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation()
249 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, translationY, in createAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherListView.java39 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardUserSwitcherListView
44 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardUserSwitcherListView()
118 (open ? mAppearAnimationUtils : mDisappearAnimationUtils) in updateVisibilities()