Searched refs:currentWidthFactor (Results 1 – 1 of 1) sorted by relevance
175 width += mCharPadding * charState.currentWidthFactor; in getDrawingWidth()177 width += charLength * charState.currentWidthFactor; in getDrawingWidth()347 float currentWidthFactor; field in PasswordTextView.CharState435 currentWidthFactor = (float) animation.getAnimatedValue();452 currentWidthFactor = 0.0f; in reset()468 boolean widthNeedsAnimation = (currentWidthFactor > 0.0f && widthAnimator == null) in startRemoveAnimation()535 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 0.0f); in startWidthDisappearAnimation()539 widthAnimator.setDuration((long) (DISAPPEAR_DURATION * currentWidthFactor)); in startWidthDisappearAnimation()573 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 1.0f); in startWidthAppearAnimation()576 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor))); in startWidthAppearAnimation()[all …]