Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java64 private Animator mSwipeAnimator; field in KeyguardAffordanceHelper
71 mSwipeAnimator = null;
221 mSwipeAnimator = null; in startHintAnimationPhase1()
232 mSwipeAnimator = animator; in startHintAnimationPhase1()
244 mSwipeAnimator = null; in startUnlockHintAnimationPhase2()
258 mSwipeAnimator = animator; in startUnlockHintAnimationPhase2()
278 if (mSwipeAnimator != null) { in cancelAnimation()
279 mSwipeAnimator.cancel(); in cancelAnimation()
325 mSwipeAnimator = animator; in fling()
450 if (mSwipeAnimator != null) {
[all …]