Searched refs:mAppearAnimationUtils (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPatternView.java | 65 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardPatternView 98 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardPatternView() 276 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation() 278 0, mAppearAnimationUtils.getInterpolator(), in startAppearAnimation() 282 mAppearAnimationUtils.startAnimation2d( in startAppearAnimation() 291 mAppearAnimationUtils.createAnimation(mSecurityMessageDisplay, 0, in startAppearAnimation() 293 mAppearAnimationUtils.getStartTranslation(), in startAppearAnimation() 295 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation() 357 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, translationY, in createAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardUserSwitcherListView.java | 39 private final AppearAnimationUtils mAppearAnimationUtils; field in KeyguardUserSwitcherListView 44 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardUserSwitcherListView() 118 (open ? mAppearAnimationUtils : mDisappearAnimationUtils) in updateVisibilities()
|