Home
last modified time | relevance | path

Searched refs:progressView (Results 1 – 2 of 2) sorted by relevance

/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DCard.java258 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() local
593 (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.CardProgress
706 if (progressView != null) { in setProgressType()
[all …]
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCard.java.ftl258 if (mCardProgress.progressView == null) {
261 mCardProgress.progressView.setVisibility(isVisible ? View.VISIBLE : View.GONE);
371 mCardProgress.progressView = null;
591 View progressView = inflater.inflate(R.layout.card_progress, actionArea, false);
593 (ProgressBar) progressView.findViewById(R.id.card_progress);
594 ((TextView) progressView.findViewById(R.id.card_progress_text))
598 mCard.mCardProgress.progressView = progressView;
600 actionArea.addView(progressView);
643 public View progressView = null;
706 if (progressView != null) {
[all …]