Home
last modified time | relevance | path

Searched refs:mDisappearAnimationUtils (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPatternView.java66 private final DisappearAnimationUtils mDisappearAnimationUtils; field in KeyguardPatternView
102 mDisappearAnimationUtils = new DisappearAnimationUtils(context, in KeyguardPatternView()
308 -mDisappearAnimationUtils.getStartTranslation(), in startDisappearAnimation()
309 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation()
313 ? mDisappearAnimationUtilsLocked : mDisappearAnimationUtils; in startDisappearAnimation()
322 mDisappearAnimationUtils.createAnimation(mSecurityMessageDisplay, 0, in startDisappearAnimation()
324 -mDisappearAnimationUtils.getStartTranslation() * 3, in startDisappearAnimation()
326 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation()
DKeyguardPINView.java53 private final DisappearAnimationUtils mDisappearAnimationUtils; field in KeyguardPINView
75 mDisappearAnimationUtils = new DisappearAnimationUtils(context, in KeyguardPINView()
299 : mDisappearAnimationUtils; in startDisappearAnimation()
302 mDisappearAnimationUtils.getInterpolator(), () -> { in startDisappearAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherListView.java40 private final DisappearAnimationUtils mDisappearAnimationUtils; field in KeyguardUserSwitcherListView
49 mDisappearAnimationUtils = new DisappearAnimationUtils(context, in KeyguardUserSwitcherListView()
118 (open ? mAppearAnimationUtils : mDisappearAnimationUtils) in updateVisibilities()