Searched refs:progressBar (Results 1 – 7 of 7) sorted by relevance
55 private final Rect progressBar; field in TimeBar86 progressBar = new Rect(); in TimeBar()111 playedBar.set(progressBar); in update()115 playedBar.left + (int) ((progressBar.width() * (long) currentTime) / totalTime); in update()117 playedBar.right = progressBar.left; in update()176 int max = progressBar.right - half; in clampScrubber()177 int min = progressBar.left - half; in clampScrubber()182 return (int) ((long) (scrubberLeft + scrubber.getWidth() / 2 - progressBar.left) in getScrubberTime()183 * totalTime / progressBar.width()); in getScrubberTime()191 progressBar.set(0, 0, w, h); in onLayout()[all …]
359 ProgressBar progressBar = (ProgressBar) mFooterContent.findViewById(R.id.progress); in refreshCacheStorageInfo() local361 progressBar.setMax(PROGRESS_BAR_MAX); in refreshCacheStorageInfo()369 progressBar.setProgress(0); in refreshCacheStorageInfo()370 progressBar.setSecondaryProgress(0); in refreshCacheStorageInfo()376 progressBar.setProgress((int) (usedBytes * PROGRESS_BAR_MAX / totalBytes)); in refreshCacheStorageInfo()377 progressBar.setSecondaryProgress( in refreshCacheStorageInfo()
39 final View progressBar = view.findViewById(R.id.scanning_progress); in onBindView() local43 progressBar.setVisibility(mProgress ? View.VISIBLE : View.GONE); in onBindView()
114 final ProgressBar progressBar = ProgressBar.getProgressBar(context); in TransitionView() local119 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0, in TransitionView()
76 final ProgressBar progressBar = ProgressBar.getProgressBar(context); in AudioTrackView() local79 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0, in AudioTrackView()
133 final ProgressBar progressBar = ProgressBar.getProgressBar(context); in MediaItemView() local138 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0, in MediaItemView()
3419 View progressBar = mAppsCustomizeTabHost. in bindAllApplications() local3421 if (progressBar != null) { in bindAllApplications()3422 ((ViewGroup)progressBar.getParent()).removeView(progressBar); in bindAllApplications()