Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java49 public static final long APPEAR_DURATION = 160; field in PasswordTextView
565 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor))); in startWidthAppearAnimation()
576 textAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentTextSizeFactor))); in startTextAppearAnimation()
586 textTranslateAnimator.setDuration(APPEAR_DURATION); in startTextAppearAnimation()
615 growAnimator.setDuration((long) (APPEAR_DURATION * (1.0f - currentDotSizeFactor))); in startDotAppearAnimation()
DPinShapeNonHintingView.java203 animator.setDuration(PasswordTextView.APPEAR_DURATION); in createAnimator()