Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryDownloadProgressBar.java37 private boolean mIsCurrentlyAttachedToWindow = false; field in DictionaryDownloadProgressBar
75 if (mIsCurrentlyAttachedToWindow && View.VISIBLE == getVisibility()) { in updateReporterThreadRunningStatusAccordingToVisibility()
96 mIsCurrentlyAttachedToWindow = true; in onAttachedToWindow()
103 mIsCurrentlyAttachedToWindow = false; in onDetachedFromWindow()