Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java51 private Animator mLastAnimator; field in KeyguardIndicationTextView
74 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()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java255 private Animator mLastAnimator; field in EditorAnimator.AnimatorRunner
259 mLastAnimator = null; in onAnimationEnd()
271 mLastAnimator = set; in run()
276 if (mLastAnimator != null) { in endOldAnimation()
277 mLastAnimator.end(); in endOldAnimation()