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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java341 ValueAnimator textAnimator; field in class:PasswordTextView.CharState
388 textAnimator = null;
455 cancelAnimator(textAnimator);
456 textAnimator = null;
468 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null)
469 || (textAnimator != null && textAnimationIsGrowing);
487 && (textAnimator == null || !textAnimationIsGrowing);
520 if (textAnimator != null) {
521 long remainingDuration = textAnimator.getDuration()
522 - textAnimator
[all...]

Completed in 61 milliseconds