Searched refs:progressView (Results 1 – 1 of 1) sorted by relevance
257 if (mCardProgress.progressView == null) { in setProgressVisibility()260 mCardProgress.progressView.setVisibility(isVisible ? View.VISIBLE : View.GONE); in setProgressVisibility()370 mCardProgress.progressView = null; in prepareForConfigurationChange()590 View progressView = inflater.inflate(R.layout.card_progress, actionArea, false); in initializeProgressView() local592 (ProgressBar) progressView.findViewById(R.id.card_progress); in initializeProgressView()593 ((TextView) progressView.findViewById(R.id.card_progress_text)) in initializeProgressView()597 mCard.mCardProgress.progressView = progressView; in initializeProgressView()599 actionArea.addView(progressView); in initializeProgressView()642 public View progressView = null; field in Card.CardProgress705 if (progressView != null) { in setProgressType()[all …]