HomeSort by relevance Sort by last modified time
    Searched refs:mAppearAnimationUtils (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPINView.java 30 private final AppearAnimationUtils mAppearAnimationUtils;
45 mAppearAnimationUtils = new AppearAnimationUtils(context);
89 setTranslationY(mAppearAnimationUtils.getStartTranslation());
92 .setInterpolator(mAppearAnimationUtils.getInterpolator())
94 mAppearAnimationUtils.startAppearAnimation(new View[][] {
KeyguardPatternView.java 57 private final AppearAnimationUtils mAppearAnimationUtils;
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/
KeyguardUserSwitcher.java 52 private final AppearAnimationUtils mAppearAnimationUtils;
70 mAppearAnimationUtils = new AppearAnimationUtils(context, 400, -0.5f, 0.5f,
77 mAppearAnimationUtils = null;
142 mAppearAnimationUtils.startAppearAnimation(objects, new Runnable() {

Completed in 65 milliseconds