Searched refs:DictionaryDownloadProgressBar (Results 1 – 2 of 2) sorted by relevance
31 public class DictionaryDownloadProgressBar extends ProgressBar { class32 private static final String TAG = DictionaryDownloadProgressBar.class.getSimpleName();40 public DictionaryDownloadProgressBar(final Context context) { in DictionaryDownloadProgressBar() method in DictionaryDownloadProgressBar44 public DictionaryDownloadProgressBar(final Context context, final AttributeSet attrs) { in DictionaryDownloadProgressBar() method in DictionaryDownloadProgressBar
218 final DictionaryDownloadProgressBar progressBar = in onBindView()219 (DictionaryDownloadProgressBar)view.findViewById(R.id.dictionary_line_progress_bar); in onBindView()