Searched refs:mLastAnimator (Results 1 – 2 of 2) sorted by relevance
51 private Animator mLastAnimator; field in KeyguardIndicationTextView74 if (mLastAnimator != null) { in clearMessages()75 mLastAnimator.cancel(); in clearMessages()147 if (mLastAnimator != null) { in switchIndication()148 mLastAnimator.cancel(); in switchIndication()150 mLastAnimator = animator; in switchIndication()159 if (mLastAnimator != null) { in switchIndication()160 mLastAnimator.cancel(); in switchIndication()161 mLastAnimator = null; in switchIndication()
255 private Animator mLastAnimator; field in EditorAnimator.AnimatorRunner259 mLastAnimator = null; in onAnimationEnd()271 mLastAnimator = set; in run()276 if (mLastAnimator != null) { in endOldAnimation()277 mLastAnimator.end(); in endOldAnimation()