Searched refs:RESET_MAX_DELAY (Results 1 – 1 of 1) sorted by relevance
59 private static final long RESET_MAX_DELAY = 200; field in PasswordTextView309 startDelay = Math.min(startDelay, RESET_MAX_DELAY); in reset()311 maxDelay = Math.min(maxDelay, RESET_MAX_DELAY) + DISAPPEAR_DURATION; in reset()