Searched refs:progressBar (Results 1 – 8 of 8) sorted by relevance
278 final ProgressBarWrapper progressBar = fragment.getPhotoProgressBar(); in updateProgressAndEmptyViews() local284 progressBar.setMax(attachment.size); in updateProgressAndEmptyViews()285 progressBar.setProgress(attachment.downloadedSize); in updateProgressAndEmptyViews()286 progressBar.setIndeterminate(false); in updateProgressAndEmptyViews()288 progressBar.setIndeterminate(true); in updateProgressAndEmptyViews()304 progressBar.setVisibility(View.GONE); in updateProgressAndEmptyViews()
365 ProgressBar progressBar = (ProgressBar) mFooterContent.findViewById(R.id.progress); in refreshCacheStorageInfo() local367 progressBar.setMax(PROGRESS_BAR_MAX); in refreshCacheStorageInfo()375 progressBar.setProgress(0); in refreshCacheStorageInfo()376 progressBar.setSecondaryProgress(0); in refreshCacheStorageInfo()382 progressBar.setProgress((int) (usedBytes * PROGRESS_BAR_MAX / totalBytes)); in refreshCacheStorageInfo()383 progressBar.setSecondaryProgress( in refreshCacheStorageInfo()
218 final DictionaryDownloadProgressBar progressBar = in onBindView() local221 progressBar.setIds(mClientId, mWordlistId); in onBindView()222 progressBar.setMax(mFilesize); in onBindView()226 progressBar.setVisibility(showProgressBar ? View.VISIBLE : View.INVISIBLE); in onBindView()
79 ProgressBar progressBar = (ProgressBar) mActivity.findViewById( in assertProgressBarColorCorrect() local83 assertThat(progressBar.getIndeterminateTintList(), equalTo(expected)); in assertProgressBarColorCorrect()84 assertThat(progressBar.getProgressBackgroundTintList(), equalTo(expected)); in assertProgressBarColorCorrect()
307 ProgressBar progressBar = (ProgressBar)findViewById(R.id.progress_bar); in onProgressChanged() local308 progressBar.setMax(Integer.MAX_VALUE); in onProgressChanged()309 progressBar.setProgress((int) (Integer.MAX_VALUE * progress)); in onProgressChanged()
65 final ProgressBar progressBar = in testProgressBarPercentageSet() local71 assertThat(progressBar.getProgress()).isEqualTo(10); in testProgressBarPercentageSet()
63 final View progressBar = view.findViewById(R.id.scanning_progress); in onBindViewHolder() local67 progressBar.setVisibility(mProgress ? View.VISIBLE : View.GONE); in onBindViewHolder()
3762 View progressBar = mAppsCustomizeTabHost. in bindAllApplications() local3764 if (progressBar != null) { in bindAllApplications()3765 ((ViewGroup)progressBar.getParent()).removeView(progressBar); in bindAllApplications()