Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java461 boolean widthAnimationIsGrowing; field in PasswordTextView.CharState
581 || (widthAnimator != null && widthAnimationIsGrowing); in startRemoveAnimation()
598 boolean widthNeedsAnimation = (widthAnimator == null || !widthAnimationIsGrowing); in startAppearAnimation()
654 widthAnimationIsGrowing = false; in startWidthDisappearAnimation()
690 widthAnimationIsGrowing = true; in startWidthAppearAnimation()