Searched defs:textAnimator (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java339 ValueAnimator textAnimator; field in class:PasswordTextView.CharState
386 textAnimator = null;
453 cancelAnimator(textAnimator);
454 textAnimator = null;
466 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null)
467 || (textAnimator != null && textAnimationIsGrowing);
485 && (textAnimator == null || !textAnimationIsGrowing);
518 if (textAnimator != null) {
519 long remainingDuration = textAnimator.getDuration()
520 - textAnimator
[all...]

Completed in 44 milliseconds