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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPINView.java30 private final AppearAnimationUtils mAppearAnimationUtils; field in class:KeyguardPINView
45 mAppearAnimationUtils = new AppearAnimationUtils(context);
89 setTranslationY(mAppearAnimationUtils.getStartTranslation());
92 .setInterpolator(mAppearAnimationUtils.getInterpolator())
94 mAppearAnimationUtils.startAppearAnimation(new View[][] {
H A DKeyguardPatternView.java57 private final AppearAnimationUtils mAppearAnimationUtils; field in class:KeyguardPatternView
101 mAppearAnimationUtils = new AppearAnimationUtils(context,
301 setTranslationY(mAppearAnimationUtils.getStartTranslation());
304 .setInterpolator(mAppearAnimationUtils.getInterpolator())
306 mAppearAnimationUtils.startAppearAnimation(
316 mAppearAnimationUtils.createAnimation(mHelpMessage, 0,
318 mAppearAnimationUtils.getStartTranslation(),
319 mAppearAnimationUtils.getInterpolator(),
371 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, startTranslationY,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java52 private final AppearAnimationUtils mAppearAnimationUtils; field in class:KeyguardUserSwitcher
70 mAppearAnimationUtils = new AppearAnimationUtils(context, 400, -0.5f, 0.5f,
77 mAppearAnimationUtils = null;
142 mAppearAnimationUtils.startAppearAnimation(objects, new Runnable() {

Completed in 1511 milliseconds