Searched refs:MIN_COMMIT_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
63 private static final long MIN_COMMIT_INTERVAL_MS = 800; field in PreviewSeekBarPreferenceFragment114 if (SystemClock.elapsedRealtime() - mLastCommitTime < MIN_COMMIT_INTERVAL_MS) { in commitOnNextFrame()115 mCommitDelayMs += MIN_COMMIT_INTERVAL_MS; in commitOnNextFrame()