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.java371 ValueAnimator textAnimator; field in PasswordTextView.CharState
418 textAnimator = null;
485 cancelAnimator(textAnimator); in reset()
486 textAnimator = null; in reset()
498 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()
499 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()
517 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()
550 if (textAnimator != null) { in swapToDotWhenAppearFinished()
551 long remainingDuration = textAnimator.getDuration() in swapToDotWhenAppearFinished()
552 - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()
[all …]