Searched defs:exifInterface (Results 1 – 3 of 3) sorted by relevance
199 private void printExifTagsAndValues(String fileName, ExifInterface exifInterface) { in printExifTagsAndValues()243 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()248 private void assertDoubleTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertDoubleTag()253 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()263 private void compareWithExpectedValue(ExifInterface exifInterface, in compareWithExpectedValue()323 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testExifInterfaceCommon() local364 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath()); in testSaveAttributes_withFileName() local391 ExifInterface exifInterface = new ExifInterface(fd); in testSaveAttributes_withFileDescriptor() local422 ExifInterface exifInterface = new ExifInterface(in); in testSaveAttributes_withInputStream() local521 ExifInterface exifInterface = new ExifInterface(imageFileAfterTwoSaves.getAbsolutePath()); in assertSecondSaveProducesSameSizeFile() local
96 ExifInterface exifInterface = new ExifInterface(new ByteArrayInputStream(EXIF_FILE_TAG), in testUpdateExifAttributes_timeZoneUTC() local141 ExifInterface exifInterface = new ExifInterface(pfd.getFileDescriptor()); in testImageExport() local
258 ExifInterface exifInterface = new ExifInterface(stream); in getExifData() local