Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java58 private static final long APPEAR_DURATION = 160; field in PasswordTextView
619 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor))); in startWidthAppearAnimation()
630 textAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentTextSizeFactor))); in startTextAppearAnimation()
640 textTranslateAnimator.setDuration(APPEAR_DURATION); in startTextAppearAnimation()
669 growAnimator.setDuration((long) (APPEAR_DURATION * (1.0f - currentDotSizeFactor))); in startDotAppearAnimation()