Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java59 private static final long DISAPPEAR_DURATION = 160; field in PasswordTextView
313 maxDelay = Math.min(maxDelay, RESET_MAX_DELAY) + DISAPPEAR_DURATION; in reset()
572 startDotAppearAnimation(DISAPPEAR_DURATION in performSwap()
582 widthAnimator.setDuration((long) (DISAPPEAR_DURATION * currentWidthFactor)); in startWidthDisappearAnimation()
594 textAnimator.setDuration((long) (DISAPPEAR_DURATION * currentTextSizeFactor)); in startTextDisappearAnimation()
606 long duration = (long) (DISAPPEAR_DURATION * Math.min(currentDotSizeFactor, 1.0f)); in startDotDisappearAnimation()