Searched refs:pathForCroppedPhoto (Results 1 – 4 of 4) sorted by relevance
53 return new File(pathForCroppedPhoto(context, generateTempPhotoFileName())); in generateTempPhotoFile()56 public static String pathForCroppedPhoto(Context context, String fileName) { in pathForCroppedPhoto() method in ContactPhotoUtils
121 final String path = ContactPhotoUtils.pathForCroppedPhoto( in handlePhotoActivityResult()200 final String croppedPath = ContactPhotoUtils.pathForCroppedPhoto(mContext, fileName); in doCropPhoto()256 final String croppedPhotoPath = ContactPhotoUtils.pathForCroppedPhoto(mContext, photoFile); in getPhotoPickIntent()
541 final String croppedPath = ContactPhotoUtils.pathForCroppedPhoto( in onPhotoSelected()
1638 ContactPhotoUtils.pathForCroppedPhoto(mContext, mCurrentPhotoFile);