Searched refs:currentTextSizeFactor (Results 1 – 1 of 1) sorted by relevance
406 float currentTextSizeFactor; field in PasswordTextView.CharState479 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 …]