Searched refs:progressBar (Results 1 – 6 of 6) sorted by relevance
79 ProgressBar progressBar = new ProgressBar(container.getContext()); in onCreateView() local83 progressBar.setLayoutParams(layoutParams); in onCreateView()85 return progressBar; in onCreateView()
592 ProgressBar progressBar = in initializeProgressView() local596 progressBar.setMax(mCard.mCardProgress.maxValue); in initializeProgressView()597 progressBar.setProgress(0); in initializeProgressView()644 private ProgressBar progressBar = null; field in Card.CardProgress738 if (progressBar != null) { in getProgressBar()739 return progressBar; in getProgressBar()741 progressBar = (ProgressBar) progressView.findViewById(R.id.card_progress); in getProgressBar()742 return progressBar; in getProgressBar()
592 ProgressBar progressBar = 596 progressBar.setMax(mCard.mCardProgress.maxValue);597 progressBar.setProgress(0);644 private ProgressBar progressBar = null;738 if (progressBar != null) {739 return progressBar;741 progressBar = (ProgressBar) progressView.findViewById(R.id.card_progress);742 return progressBar;
81 mProgressBar = (ProgressBar) findViewById(R.id.progressBar); in onCreate()
413 mLoading = (ProgressBar) findViewById(R.id.progressBar); in loadViews()