Searched refs:textAnimationIsGrowing (Results 1 – 1 of 1) sorted by relevance
371 boolean textAnimationIsGrowing; field in PasswordTextView.CharState510 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()528 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()597 textAnimationIsGrowing = false; in startTextDisappearAnimation()632 textAnimationIsGrowing = true; in startTextAppearAnimation()718 boolean textIsGrowing = textAnimator != null && textAnimationIsGrowing; in isCharVisibleForA11y()