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.java369 boolean textAnimationIsGrowing; field in PasswordTextView.CharState
508 || (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()