Searched refs:textAnimator (Results 1 – 1 of 1) sorted by relevance
339 ValueAnimator textAnimator; field in PasswordTextView.CharState386 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 …]