Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java119 private PanoProgressBar mSavingProgressBar; field in PanoramaActivity
710 mSavingProgressBar = (PanoProgressBar) findViewById(R.id.pano_saving_progress_bar); in createContentView()
711 mSavingProgressBar.setIndicatorWidth(0); in createContentView()
712 mSavingProgressBar.setMaxProgress(100); in createContentView()
713 mSavingProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in createContentView()
714 mSavingProgressBar.setDoneColor(appRes.getColor(R.color.pano_progress_indication)); in createContentView()
780 mSavingProgressBar.reset(); in reportProgress()
781 mSavingProgressBar.setRightIncreasing(true); in reportProgress()
799 mSavingProgressBar.setProgress(progress); in reportProgress()