Searched refs:textAnimationIsGrowing (Results 1 – 1 of 1) sorted by relevance
401 boolean textAnimationIsGrowing; field in PasswordTextView.CharState540 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()558 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()627 textAnimationIsGrowing = false; in startTextDisappearAnimation()662 textAnimationIsGrowing = true; in startTextAppearAnimation()748 boolean textIsGrowing = textAnimator != null && textAnimationIsGrowing; in isCharVisibleForA11y()