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.java368 ValueAnimator textAnimator; field in PasswordTextView.CharState
415 textAnimator = null;
494 cancelAnimator(textAnimator); in reset()
495 textAnimator = null; in reset()
507 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()
508 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()
526 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()
559 if (textAnimator != null) { in swapToDotWhenAppearFinished()
560 long remainingDuration = textAnimator.getDuration() in swapToDotWhenAppearFinished()
561 - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()
[all …]