Searched defs:widthDelay (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java387 void startRemoveAnimation(long startDelay, long widthDelay) { argument
401 startWidthDisappearAnimation(widthDelay);
457 private void startWidthDisappearAnimation(long widthDelay) { argument
464 widthAnimator.setStartDelay(widthDelay);

Completed in 29 milliseconds