Home
last modified time | relevance | path

Searched refs:currentWidthFactor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java206 width += mCharPadding * charState.currentWidthFactor; in getDrawingWidth()
208 width += charLength * charState.currentWidthFactor; in getDrawingWidth()
378 float currentWidthFactor; field in PasswordTextView.CharState
478 currentWidthFactor = (float) animation.getAnimatedValue();
495 currentWidthFactor = 0.0f; in reset()
511 boolean widthNeedsAnimation = (currentWidthFactor > 0.0f && widthAnimator == null) in startRemoveAnimation()
578 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 0.0f); in startWidthDisappearAnimation()
582 widthAnimator.setDuration((long) (DISAPPEAR_DURATION * currentWidthFactor)); in startWidthDisappearAnimation()
616 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 1.0f); in startWidthAppearAnimation()
619 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor))); in startWidthAppearAnimation()
[all …]