Home
last modified time | relevance | path

Searched refs:commitDelayMs (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DTextReadingPreviewController.java169 void postCommitDelayed(long commitDelayMs) { in postCommitDelayed() argument
171 commitDelayMs += MIN_COMMIT_INTERVAL_MS; in postCommitDelayed()
176 choreographer.postFrameCallbackDelayed(mCommit, commitDelayMs); in postCommitDelayed()