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.java298 width += mCharPadding * charState.currentWidthFactor; in getDrawingWidth()
300 width += charLength * charState.currentWidthFactor; in getDrawingWidth()
337 float currentWidthFactor; field in PasswordTextView.CharState
436 currentWidthFactor = (float) animation.getAnimatedValue();
457 (currentWidthFactor > 0.0f && widthAnimator == null) || (widthAnimator != null in startRemoveAnimation()
524 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 0.0f); in startWidthDisappearAnimation()
528 widthAnimator.setDuration((long) (DISAPPEAR_DURATION * currentWidthFactor)); in startWidthDisappearAnimation()
562 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 1.0f); in startWidthAppearAnimation()
565 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor))); in startWidthAppearAnimation()
639 float charWidth = charLength * currentWidthFactor; in draw()
[all …]