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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java65 private Animator mSwipeAnimator; field in class:KeyguardAffordanceHelper
71 mSwipeAnimator = null;
230 mSwipeAnimator = null;
241 mSwipeAnimator = animator;
253 mSwipeAnimator = null;
267 mSwipeAnimator = animator;
287 if (mSwipeAnimator != null) {
288 mSwipeAnimator.cancel();
334 mSwipeAnimator = animator;
455 if (mSwipeAnimator !
[all...]

Completed in 124 milliseconds