Searched refs:appRes (Results 1 – 3 of 3) sorted by relevance
279 Resources appRes = mActivity.getResources(); in init() local280 mPreparePreviewString = appRes.getString(R.string.pano_dialog_prepare_preview); in init()281 mDialogTitle = appRes.getString(R.string.pano_dialog_title); in init()282 mDialogOkString = appRes.getString(R.string.dialog_ok); in init()283 mDialogPanoramaFailedString = appRes.getString(R.string.pano_dialog_panorama_failed); in init()284 mDialogWaitingPreviousString = appRes.getString(R.string.pano_dialog_waiting_previous); in init()659 private void setViews(Resources appRes) { in setViews() argument662 mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in setViews()663 mPanoProgressBar.setDoneColor(appRes.getColor(R.color.pano_progress_done)); in setViews()687 mSavingProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in setViews()[all …]
277 Resources appRes = mActivity.getResources(); in init() local278 mPreparePreviewString = appRes.getString(R.string.pano_dialog_prepare_preview); in init()279 mDialogTitle = appRes.getString(R.string.pano_dialog_title); in init()280 mDialogOkString = appRes.getString(R.string.dialog_ok); in init()281 mDialogPanoramaFailedString = appRes.getString(R.string.pano_dialog_panorama_failed); in init()282 mDialogWaitingPreviousString = appRes.getString(R.string.pano_dialog_waiting_previous); in init()658 private void setViews(Resources appRes) { in setViews() argument661 mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in setViews()662 mPanoProgressBar.setDoneColor(appRes.getColor(R.color.pano_progress_done)); in setViews()686 mSavingProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty)); in setViews()[all …]
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()