Searched refs:currentWidthFactor (Results 1 – 1 of 1) sorted by relevance
204 width += mCharPadding * charState.currentWidthFactor; in getDrawingWidth()206 width += charLength * charState.currentWidthFactor; in getDrawingWidth()376 float currentWidthFactor; field in PasswordTextView.CharState476 currentWidthFactor = (float) animation.getAnimatedValue();493 currentWidthFactor = 0.0f; in reset()509 boolean widthNeedsAnimation = (currentWidthFactor > 0.0f && widthAnimator == null) in startRemoveAnimation()576 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 0.0f); in startWidthDisappearAnimation()580 widthAnimator.setDuration((long) (DISAPPEAR_DURATION * currentWidthFactor)); in startWidthDisappearAnimation()614 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 1.0f); in startWidthAppearAnimation()617 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor))); in startWidthAppearAnimation()[all …]