Searched refs:currentTextSizeFactor (Results 1 – 1 of 1) sorted by relevance
374 float currentTextSizeFactor; field in PasswordTextView.CharState447 float beforeTextSizeFactor = currentTextSizeFactor;448 currentTextSizeFactor = (float) animation.getAnimatedValue();450 currentTextSizeFactor = beforeTextSizeFactor;452 currentTextSizeFactor = (float) animation.getAnimatedValue();491 currentTextSizeFactor = 0.0f; in reset()507 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()588 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 0.0f); in startTextDisappearAnimation()592 textAnimator.setDuration((long) (DISAPPEAR_DURATION * currentTextSizeFactor)); in startTextDisappearAnimation()624 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 1.0f); in startTextAppearAnimation()[all …]