Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DPanoramaModule.java279 Resources appRes = mActivity.getResources(); in init() local
280 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() argument
662 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 …]
/packages/apps/Gallery2/src/com/android/camera/
DPanoramaModule.java277 Resources appRes = mActivity.getResources(); in init() local
278 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() argument
661 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 …]
/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()