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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java263 ValueAnimator textAnimator; field in class:PasswordTextView.CharState
310 textAnimator = null;
377 cancelAnimator(textAnimator);
378 textAnimator = null;
390 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null)
391 || (textAnimator != null && textAnimationIsGrowing);
409 && (textAnimator == null || !textAnimationIsGrowing);
442 if (textAnimator != null) {
443 long remainingDuration = textAnimator.getDuration()
444 - textAnimator
[all...]

Completed in 37 milliseconds