OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DictionaryDownloadProgressBar
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryDownloadProgressBar.java
31
public class
DictionaryDownloadProgressBar
extends ProgressBar {
33
private static final String TAG =
DictionaryDownloadProgressBar
.class.getSimpleName();
41
public
DictionaryDownloadProgressBar
(final Context context) {
45
public
DictionaryDownloadProgressBar
(final Context context, final AttributeSet attrs) {
WordListPreference.java
201
final
DictionaryDownloadProgressBar
progressBar =
202
(
DictionaryDownloadProgressBar
)view.findViewById(R.id.dictionary_line_progress_bar);
Completed in 40 milliseconds