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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java57 private static final long RESET_MAX_DELAY = 200; field in class:PasswordTextView
287 startDelay = Math.min(startDelay, RESET_MAX_DELAY);
289 maxDelay = Math.min(maxDelay, RESET_MAX_DELAY) + DISAPPEAR_DURATION;

Completed in 121 milliseconds