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.java330 boolean textAnimationIsGrowing; field in PasswordTextView.CharState
455 && textAnimationIsGrowing); in startRemoveAnimation()
474 mShowPassword && (textAnimator == null || !textAnimationIsGrowing); in startAppearAnimation()
543 textAnimationIsGrowing = false; in startTextDisappearAnimation()
578 textAnimationIsGrowing = true; in startTextAppearAnimation()
664 boolean textIsGrowing = textAnimator != null && textAnimationIsGrowing; in isCharVisibleForA11y()