Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java376 float currentTextSizeFactor; field in PasswordTextView.CharState
449 float beforeTextSizeFactor = currentTextSizeFactor;
450 currentTextSizeFactor = (float) animation.getAnimatedValue();
452 currentTextSizeFactor = beforeTextSizeFactor;
454 currentTextSizeFactor = (float) animation.getAnimatedValue();
493 currentTextSizeFactor = 0.0f; in reset()
509 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()
590 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 0.0f); in startTextDisappearAnimation()
594 textAnimator.setDuration((long) (DISAPPEAR_DURATION * currentTextSizeFactor)); in startTextDisappearAnimation()
626 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 1.0f); in startTextAppearAnimation()
[all …]