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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java346 boolean widthAnimationIsGrowing; field in class:PasswordTextView.CharState
471 || (widthAnimator != null && widthAnimationIsGrowing);
488 boolean widthNeedsAnimation = (widthAnimator == null || !widthAnimationIsGrowing);
544 widthAnimationIsGrowing = false;
580 widthAnimationIsGrowing = true;

Completed in 7 milliseconds