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()
125 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
127 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation()
128 mAppearAnimationUtils.startAnimation2d(mViews, in startAppearAnimation()
DKeyguardPatternView.java65 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPatternView
111 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardPatternView()
408 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
410 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation()
411 mAppearAnimationUtils.startAnimation2d( in startAppearAnimation()
421 mAppearAnimationUtils.createAnimation(mSecurityMessageDisplay, 0, in startAppearAnimation()
423 mAppearAnimationUtils.getStartTranslation(), in startAppearAnimation()
425 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation()
483 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()