Home
last modified time | relevance | path

Searched refs:textAnimationIsGrowing (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java401 boolean textAnimationIsGrowing; field in PasswordTextView.CharState
540 || (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()