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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java342 boolean textAnimationIsGrowing; field in class:PasswordTextView.CharState
469 || (textAnimator != null && textAnimationIsGrowing);
487 && (textAnimator == null || !textAnimationIsGrowing);
556 textAnimationIsGrowing = false;
591 textAnimationIsGrowing = true;

Completed in 440 milliseconds