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.java197 width += mCharPadding * charState.currentWidthFactor; in getDrawingWidth()
199 width += charLength * charState.currentWidthFactor; in getDrawingWidth()
349 float currentWidthFactor; field in PasswordTextView.CharState
437 currentWidthFactor = (float) animation.getAnimatedValue();
454 currentWidthFactor = 0.0f; in reset()
470 boolean widthNeedsAnimation = (currentWidthFactor > 0.0f && widthAnimator == null) in startRemoveAnimation()
537 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 0.0f); in startWidthDisappearAnimation()
541 widthAnimator.setDuration((long) (DISAPPEAR_DURATION * currentWidthFactor)); in startWidthDisappearAnimation()
575 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 1.0f); in startWidthAppearAnimation()
578 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor))); in startWidthAppearAnimation()
[all …]