Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java370 ValueAnimator textAnimator; field in PasswordTextView.CharState
417 textAnimator = null;
496 cancelAnimator(textAnimator); in reset()
497 textAnimator = null; in reset()
509 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()
510 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()
528 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()
561 if (textAnimator != null) { in swapToDotWhenAppearFinished()
562 long remainingDuration = textAnimator.getDuration() in swapToDotWhenAppearFinished()
563 - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()
[all …]