Home
last modified time | relevance | path

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

/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java257 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() local
592 (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.CardProgress
705 if (progressView != null) { in setProgressType()
[all …]