Searched defs:exifInterface (Results 1 – 2 of 2) sorted by relevance
385 ExifInterface exifInterface = new ExifInterface(inputStream); in loadBitmapWithExifApplied() local491 ExifInterface exifInterface = new ExifInterface(originalFile); in saveBitmapToFilePreservingExif() local
106 private Exif(ExifInterface exifInterface) { in Exif()