Home
last modified time | relevance | path

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

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