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.java374 float currentTextSizeFactor; field in PasswordTextView.CharState
447 float beforeTextSizeFactor = currentTextSizeFactor;
448 currentTextSizeFactor = (float) animation.getAnimatedValue();
450 currentTextSizeFactor = beforeTextSizeFactor;
452 currentTextSizeFactor = (float) animation.getAnimatedValue();
491 currentTextSizeFactor = 0.0f; in reset()
507 boolean textNeedsAnimation = (currentTextSizeFactor > 0.0f && textAnimator == null) in startRemoveAnimation()
588 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 0.0f); in startTextDisappearAnimation()
592 textAnimator.setDuration((long) (DISAPPEAR_DURATION * currentTextSizeFactor)); in startTextDisappearAnimation()
624 textAnimator = ValueAnimator.ofFloat(currentTextSizeFactor, 1.0f); in startTextAppearAnimation()
[all …]