Searched refs:textAnimationIsGrowing (Results 1 – 1 of 1) sorted by relevance
330 boolean textAnimationIsGrowing; field in PasswordTextView.CharState455 && textAnimationIsGrowing); in startRemoveAnimation()474 mShowPassword && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()543 textAnimationIsGrowing = false; in startTextDisappearAnimation()578 textAnimationIsGrowing = true; in startTextAppearAnimation()664 boolean textIsGrowing = textAnimator != null && textAnimationIsGrowing; in isCharVisibleForA11y()