Searched refs:textAnimator (Results 1 – 1 of 1) sorted by relevance
368 ValueAnimator textAnimator; field in PasswordTextView.CharState415 textAnimator = null;494 cancelAnimator(textAnimator); in reset()495 textAnimator = null; in reset()507 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()508 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()526 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()559 if (textAnimator != null) { in swapToDotWhenAppearFinished()560 long remainingDuration = textAnimator.getDuration() in swapToDotWhenAppearFinished()561 - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()[all …]