Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java406 float currentTextSizeFactor; field in PasswordTextView.CharState
479 float beforeTextSizeFactor = currentTextSizeFactor;
480 currentTextSizeFactor = (float) animation.getAnimatedValue();
482 currentTextSizeFactor = beforeTextSizeFactor;
484 currentTextSizeFactor = (float) animation.getAnimatedValue();
523 currentTextSizeFactor = 0.0f; in reset()
620 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 0.0f); in startTextDisappearAnimation()
656 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 1.0f); in startTextAppearAnimation()
721 boolean textVisible = currentTextSizeFactor > 0; in draw()
730 canvas.scale(currentTextSizeFactor, currentTextSizeFactor); in draw()
[all …]