Searched defs:appRes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DWideAnglePanoramaUI.java349 Resources appRes = mActivity.getResources();
350 mIndicatorColor = appRes.getColor(R.color.pano_progress_indication);
351 mReviewBackground = appRes.getColor(R.color.review_background);
352 mIndicatorColorFast = appRes.getColor(R.color.pano_progress_indication_fast);
361 mCaptureProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty));
362 mCaptureProgressBar.setDoneColor(appRes.getColor(R.color.pano_progress_done));
391 setViews(appRes);
394 private void setViews(Resources appRes) { argument
395 int weight = appRes.getInteger(R.integer.SRI_pano_layout_weight);
408 mSavingProgressBar.setBackgroundColor(appRes
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java279 Resources appRes = mActivity.getResources();
280 mPreparePreviewString = appRes.getString(R.string.pano_dialog_prepare_preview);
281 mDialogTitle = appRes.getString(R.string.pano_dialog_title);
282 mDialogOkString = appRes.getString(R.string.dialog_ok);
283 mDialogPanoramaFailedString = appRes.getString(R.string.pano_dialog_panorama_failed);
284 mDialogWaitingPreviousString = appRes.getString(R.string.pano_dialog_waiting_previous);
659 private void setViews(Resources appRes) { argument
662 mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty));
663 mPanoProgressBar.setDoneColor(appRes.getColor(R.color.pano_progress_done));
687 mSavingProgressBar.setBackgroundColor(appRes
[all...]

Completed in 42 milliseconds