Searched refs:RESET_MAX_DELAY (Results 1 – 2 of 2) sorted by relevance
51 private static final int RESET_MAX_DELAY = 200; field in PinShapeNonHintingView143 float baseDelay = Math.min(RESET_MAX_DELAY / position, RESET_STAGGER_DELAY); in reset()
54 private static final long RESET_MAX_DELAY = 200; field in PasswordTextView247 startDelay = Math.min(startDelay, RESET_MAX_DELAY); in onReset()249 maxDelay = Math.min(maxDelay, RESET_MAX_DELAY) + DISAPPEAR_DURATION; in onReset()