Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DTimeBar.java55 private final Rect progressBar; field in TimeBar
86 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 …]
DManageCachePage.java359 ProgressBar progressBar = (ProgressBar) mFooterContent.findViewById(R.id.progress); in refreshCacheStorageInfo() local
361 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()
/packages/apps/Settings/src/com/android/settings/
DProgressCategory.java39 final View progressBar = view.findViewById(R.id.scanning_progress); in onBindView() local
43 progressBar.setVisibility(mProgress ? View.VISIBLE : View.GONE); in onBindView()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DTransitionView.java114 final ProgressBar progressBar = ProgressBar.getProgressBar(context); in TransitionView() local
119 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0, in TransitionView()
DAudioTrackView.java76 final ProgressBar progressBar = ProgressBar.getProgressBar(context); in AudioTrackView() local
79 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0, in AudioTrackView()
DMediaItemView.java133 final ProgressBar progressBar = ProgressBar.getProgressBar(context); in MediaItemView() local
138 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0, in MediaItemView()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java3419 View progressBar = mAppsCustomizeTabHost. in bindAllApplications() local
3421 if (progressBar != null) { in bindAllApplications()
3422 ((ViewGroup)progressBar.getParent()).removeView(progressBar); in bindAllApplications()