Searched refs:croppedPhotoUri (Results 1 – 2 of 2) sorted by relevance
101 public static void addGalleryIntentExtras(Intent intent, Uri croppedPhotoUri, int photoSize) { in addGalleryIntentExtras() argument109 intent.putExtra(MediaStore.EXTRA_OUTPUT, croppedPhotoUri); in addGalleryIntentExtras()
257 final Uri croppedPhotoUri = Uri.fromFile(new File(croppedPhotoPath)); in getPhotoPickIntent() local260 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize); in getPhotoPickIntent()269 final Uri croppedPhotoUri = Uri.fromFile(new File(croppedPhotoPath)); in getCropImageIntent() local272 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize); in getCropImageIntent()