Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java33 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPINView
52 mAppearAnimationUtils = new AppearAnimationUtils(context); in KeyguardPINView()
132 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
134 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation()
135 mAppearAnimationUtils.startAnimation2d(mViews, in startAppearAnimation()
DKeyguardPatternView.java66 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPatternView
112 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardPatternView()
416 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
418 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation()
419 mAppearAnimationUtils.startAnimation2d( in startAppearAnimation()
429 mAppearAnimationUtils.createAnimation(mSecurityMessageDisplay, 0, in startAppearAnimation()
431 mAppearAnimationUtils.getStartTranslation(), in startAppearAnimation()
433 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation()
491 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, translationY, in createAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java51 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardUserSwitcher
74 mAppearAnimationUtils = new AppearAnimationUtils(context, 400, -0.5f, 0.5f, in KeyguardUserSwitcher()
81 mAppearAnimationUtils = null; in KeyguardUserSwitcher()
166 mAppearAnimationUtils.startAnimation(objects, new Runnable() { in startAppearAnimation()