Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPatternView.java64 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPatternView
109 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardPatternView()
348 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
350 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation()
351 mAppearAnimationUtils.startAnimation2d( in startAppearAnimation()
361 mAppearAnimationUtils.createAnimation(mSecurityMessageDisplay, 0, in startAppearAnimation()
363 mAppearAnimationUtils.getStartTranslation(), in startAppearAnimation()
365 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation()
417 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, translationY, in createAnimation()
DKeyguardPINView.java37 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPINView
54 mAppearAnimationUtils = new AppearAnimationUtils(context); in KeyguardPINView()
120 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
122 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation()
123 mAppearAnimationUtils.startAnimation2d(mViews, in startAppearAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java52 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardUserSwitcher
75 mAppearAnimationUtils = new AppearAnimationUtils(context, 400, -0.5f, 0.5f, in KeyguardUserSwitcher()
84 mAppearAnimationUtils = null; in KeyguardUserSwitcher()
151 mAppearAnimationUtils.startAnimation(objects, new Runnable() { in startAppearAnimation()