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;
47 mAppearAnimationUtils = new AppearAnimationUtils(context);
117 setTranslationY(mAppearAnimationUtils.getStartTranslation());
120 .setInterpolator(mAppearAnimationUtils.getInterpolator())
122 mAppearAnimationUtils.startAnimation(mViews,
KeyguardPatternView.java 57 private final AppearAnimationUtils mAppearAnimationUtils;
102 mAppearAnimationUtils = new AppearAnimationUtils(context,
306 setTranslationY(mAppearAnimationUtils.getStartTranslation());
309 .setInterpolator(mAppearAnimationUtils.getInterpolator())
311 mAppearAnimationUtils.startAnimation(
321 mAppearAnimationUtils.createAnimation(mHelpMessage, 0,
323 mAppearAnimationUtils.getStartTranslation(),
325 mAppearAnimationUtils.getInterpolator(),
403 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, translationY,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 52 private final AppearAnimationUtils mAppearAnimationUtils;
75 mAppearAnimationUtils = new AppearAnimationUtils(context, 400, -0.5f, 0.5f,
84 mAppearAnimationUtils = null;
151 mAppearAnimationUtils.startAnimation(objects, new Runnable() {

Completed in 213 milliseconds