Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryDownloadProgressBar.java38 private Thread mReporterThread = null; field in DictionaryDownloadProgressBar
74 if (null != mReporterThread) mReporterThread.interrupt(); in updateReporterThreadRunningStatusAccordingToVisibility()
81 mReporterThread = null; in updateReporterThreadRunningStatusAccordingToVisibility()
87 mReporterThread = updaterThread; in updateReporterThreadRunningStatusAccordingToVisibility()
90 mReporterThread = null; in updateReporterThreadRunningStatusAccordingToVisibility()