Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryDownloadProgressBar.java31 public class DictionaryDownloadProgressBar extends ProgressBar { class
32 private static final String TAG = DictionaryDownloadProgressBar.class.getSimpleName();
40 public DictionaryDownloadProgressBar(final Context context) { in DictionaryDownloadProgressBar() method in DictionaryDownloadProgressBar
44 public DictionaryDownloadProgressBar(final Context context, final AttributeSet attrs) { in DictionaryDownloadProgressBar() method in DictionaryDownloadProgressBar
DWordListPreference.java218 final DictionaryDownloadProgressBar progressBar = in onBindView()
219 (DictionaryDownloadProgressBar)view.findViewById(R.id.dictionary_line_progress_bar); in onBindView()