Searched refs:selectedSize (Results 1 – 2 of 2) sorted by relevance
164 Size selectedSize = getCameraPictureSize(sizeSetting, supported, cameraId); in setCameraPictureSize() local165 Log.d(TAG, "Selected " + sizeSetting + " resolution: " + selectedSize.width() + "x" + in setCameraPictureSize()166 selectedSize.height()); in setCameraPictureSize()167 settings.setPhotoSize(selectedSize); in setCameraPictureSize()184 Size selectedSize = getCameraPictureSize(sizeSetting, supported, cameraId); in getPhotoSize() local185 return selectedSize; in getPhotoSize()
401 Size selectedSize = oldPictureSizes.getFromSetting(setting, displayableSizes); in setSummaryForSelection() local403 preference.setSummary(getSizeSummaryString(selectedSize)); in setSummaryForSelection()