Searched refs:saveBitmapToFile (Results 1 – 2 of 2) sorted by relevance
241 saveBitmapToFile(file); in internalCropUsedIfNoSystemCropperFound()275 private void saveBitmapToFile(File file) throws IOException { in saveBitmapToFile() method in AvatarPhotoControllerTest
269 saveBitmapToFile(croppedImage, new File(mImagesDir, CROP_PICTURE_FILE_NAME)); in onPhotoNotCropped()314 private void saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in AvatarPhotoController