Searched refs:MIN_COMMIT_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
52 private static final long MIN_COMMIT_INTERVAL_MS = 800; field in TextReadingPreviewController170 if (SystemClock.elapsedRealtime() - mLastCommitTime < MIN_COMMIT_INTERVAL_MS) { in postCommitDelayed()171 commitDelayMs += MIN_COMMIT_INTERVAL_MS; in postCommitDelayed()