Searched refs:HIDE_TIMING_CORRECTION_MS (Results 1 – 1 of 1) sorted by relevance
60 private static final long HIDE_TIMING_CORRECTION_MS = - 16 * 3; field in StatusBarKeyguardViewManager422 long delay = Math.max(0, startTime + HIDE_TIMING_CORRECTION_MS - uptimeMillis); in hide()