Searched refs:currentTextSizeFactor (Results 1 – 1 of 1) sorted by relevance
377 float currentTextSizeFactor; field in PasswordTextView.CharState449 currentTextSizeFactor = (float) animation.getAnimatedValue();482 currentTextSizeFactor = 0.0f; in reset()498 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()579 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 0.0f); in startTextDisappearAnimation()583 textAnimator.setDuration((long) (DISAPPEAR_DURATION * currentTextSizeFactor)); in startTextDisappearAnimation()615 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 1.0f); in startTextAppearAnimation()619 textAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentTextSizeFactor))); in startTextAppearAnimation()680 boolean textVisible = currentTextSizeFactor > 0; in draw()684 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor in draw()[all …]