Home
last modified time | relevance | path

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

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