Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java53 private Animator mLastAnimator; field in KeyguardIndicationTextView
77 if (mLastAnimator != null) { in clearMessages()
78 mLastAnimator.cancel(); in clearMessages()
164 if (mLastAnimator != null) { in switchIndication()
165 mLastAnimator.cancel(); in switchIndication()
167 mLastAnimator = animator; in switchIndication()
176 if (mLastAnimator != null) { in switchIndication()
177 mLastAnimator.cancel(); in switchIndication()
178 mLastAnimator = null; in switchIndication()