Searched refs:textAnimationIsGrowing (Results 1 – 1 of 1) sorted by relevance
369 boolean textAnimationIsGrowing; field in PasswordTextView.CharState508 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()526 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()595 textAnimationIsGrowing = false; in startTextDisappearAnimation()630 textAnimationIsGrowing = true; in startTextAppearAnimation()716 boolean textIsGrowing = textAnimator != null && textAnimationIsGrowing; in isCharVisibleForA11y()