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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java56 private static final long HIDE_TIMING_CORRECTION_MS = - 16 * 3; field in class:StatusBarKeyguardViewManager
336 long delay = Math.max(0, startTime + HIDE_TIMING_CORRECTION_MS - uptimeMillis);

Completed in 26 milliseconds