Searched refs:progressView (Results 1 – 1 of 1) 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 …]