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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java54 private static final long APPEAR_DURATION = 160; field in class:PasswordTextView
578 widthAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentWidthFactor)));
589 textAnimator.setDuration((long) (APPEAR_DURATION * (1f - currentTextSizeFactor)));
599 textTranslateAnimator.setDuration(APPEAR_DURATION);
628 growAnimator.setDuration((long) (APPEAR_DURATION * (1.0f - currentDotSizeFactor)));

Completed in 1885 milliseconds