Searched refs:textAnimationIsGrowing (Results 1 – 1 of 1) sorted by relevance
457 boolean textAnimationIsGrowing; field in PasswordTextView.CharState579 || (textAnimator != null && textAnimationIsGrowing); in startRemoveAnimation()597 && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()666 textAnimationIsGrowing = false; in startTextDisappearAnimation()701 textAnimationIsGrowing = true; in startTextAppearAnimation()787 boolean textIsGrowing = textAnimator != null && textAnimationIsGrowing; in isCharVisibleForA11y()