Searched refs:appRes (Results 1 – 1 of 1) sorted by relevance
684 Resources appRes = getResources(); in createContentView() local688 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()