Searched refs:mAppearAnimationUtils (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPINView.java | 33 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPINView 52 mAppearAnimationUtils = new AppearAnimationUtils(context); in KeyguardPINView() 136 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation() 138 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation() 139 mAppearAnimationUtils.startAnimation2d(mViews, in startAppearAnimation()
|
D | KeyguardPatternView.java | 71 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPatternView 120 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardPatternView() 453 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation() 455 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation() 456 mAppearAnimationUtils.startAnimation2d( in startAppearAnimation() 466 mAppearAnimationUtils.createAnimation(mSecurityMessageDisplay, 0, in startAppearAnimation() 468 mAppearAnimationUtils.getStartTranslation(), in startAppearAnimation() 470 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation() 528 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, translationY, in createAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardUserSwitcher.java | 51 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()
|