Home | History | Annotate | Download | only in panorama

Lines Matching refs:getColor

688         mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty));
689 mPanoProgressBar.setDoneColor(appRes.getColor(R.color.pano_progress_done));
690 mIndicatorColor = appRes.getColor(R.color.pano_progress_indication);
691 mIndicatorColorFast = appRes.getColor(R.color.pano_progress_indication_fast);
713 mSavingProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty));
714 mSavingProgressBar.setDoneColor(appRes.getColor(R.color.pano_progress_indication));