Searched refs:imageStream (Results 1 – 3 of 3) sorted by relevance
131 InputStream imageStream = null; in onPhotoCropped()134 imageStream = mActivity.getContentResolver() in onPhotoCropped()136 bitmap = BitmapFactory.decodeStream(imageStream); in onPhotoCropped()140 if (imageStream != null) { in onPhotoCropped()142 imageStream.close(); in onPhotoCropped()
236 InputStream imageStream = mContextInjector.getContentResolver() in onPhotoNotCropped()238 fullImage = BitmapFactory.decodeStream(imageStream); in onPhotoNotCropped()275 InputStream imageStream = in getRotation() local277 ExifInterface exif = new ExifInterface(imageStream); in getRotation()
251 InputStream imageStream = mContext.getContentResolver().openInputStream(mCropPhotoUri); in internalCropUsedIfNoSystemCropperFound() local252 Bitmap bitmap = BitmapFactory.decodeStream(imageStream); in internalCropUsedIfNoSystemCropperFound()