Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryDownloadProgressBar.java108 private final static int REPORT_PERIOD = 150; // how often to report progress, in ms field in DictionaryDownloadProgressBar.UpdaterThread
144 Thread.sleep(REPORT_PERIOD); in run()