Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java684 Resources appRes = getResources(); in createContentView() local
688 mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in createContentView()
689 mPanoProgressBar.setDoneColor(appRes.getColor(R.color.pano_progress_done)); in createContentView()
690 mIndicatorColor = appRes.getColor(R.color.pano_progress_indication); in createContentView()
691 mIndicatorColorFast = appRes.getColor(R.color.pano_progress_indication_fast); 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()