Searched refs:currentTextSizeFactor (Results 1 – 1 of 1) sorted by relevance
345 float currentTextSizeFactor; field in PasswordTextView.CharState417 currentTextSizeFactor = (float) animation.getAnimatedValue();450 currentTextSizeFactor = 0.0f; in reset()466 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()547 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 0.0f); in startTextDisappearAnimation()551 textAnimator.setDuration((long) (DISAPPEAR_DURATION * currentTextSizeFactor)); in startTextDisappearAnimation()583 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 1.0f); in startTextAppearAnimation()587 textAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentTextSizeFactor))); in startTextAppearAnimation()648 boolean textVisible = currentTextSizeFactor > 0; in draw()652 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor in draw()[all …]