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.java341 ValueAnimator textAnimator; field in PasswordTextView.CharState
388 textAnimator = null;
455 cancelAnimator(textAnimator); in reset()
456 textAnimator = null; in reset()
468 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()
469 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()
487 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()
520 if (textAnimator != null) { in swapToDotWhenAppearFinished()
521 long remainingDuration = textAnimator.getDuration() in swapToDotWhenAppearFinished()
522 - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()
[all …]