Searched refs:progressView (Results 1 – 2 of 2) sorted by relevance
258 if (mCardProgress.progressView == null) { in setProgressVisibility()261 mCardProgress.progressView.setVisibility(isVisible ? View.VISIBLE : View.GONE); in setProgressVisibility()371 mCardProgress.progressView = null; in prepareForConfigurationChange()591 View progressView = inflater.inflate(R.layout.card_progress, actionArea, false); in initializeProgressView() local593 (ProgressBar) progressView.findViewById(R.id.card_progress); in initializeProgressView()594 ((TextView) progressView.findViewById(R.id.card_progress_text)) in initializeProgressView()598 mCard.mCardProgress.progressView = progressView; in initializeProgressView()600 actionArea.addView(progressView); in initializeProgressView()643 public View progressView = null; field in Card.CardProgress706 if (progressView != null) { in setProgressType()[all …]
256 if (mCardProgress.progressView == null) {259 mCardProgress.progressView.setVisibility(isVisible ? View.VISIBLE : View.GONE);369 mCardProgress.progressView = null;589 View progressView = inflater.inflate(R.layout.card_progress, actionArea, false);591 (ProgressBar) progressView.findViewById(R.id.card_progress);592 ((TextView) progressView.findViewById(R.id.card_progress_text))596 mCard.mCardProgress.progressView = progressView;598 actionArea.addView(progressView);641 public View progressView = null;704 if (progressView != null) {[all …]