Searched refs:imageFile (Results 1 – 2 of 2) sorted by relevance
190 File imageFile = new File(imageFilePath); in tearDown() local191 if (imageFile.exists()) { in tearDown()192 imageFile.delete(); in tearDown()320 String verboseTag = imageFile.getName(); in testExifInterfaceCommon()361 File imageFile = clone(srcFile); in testSaveAttributes_withFileName() local362 String verboseTag = imageFile.getName(); in testSaveAttributes_withFileName()368 assertBitmapsEquivalent(srcFile, imageFile); in testSaveAttributes_withFileName()369 assertSecondSaveProducesSameSizeFile(imageFile); in testSaveAttributes_withFileName()386 String verboseTag = imageFile.getName(); in testSaveAttributes_withFileDescriptor()441 testExifInterfaceCommon(imageFile, expectedValue); in testExifInterfaceForJpeg()[all …]
614 FileOutputStream imageFile = null; in process() local616 imageFile = new FileOutputStream(new File(filePath)); in process()617 bitmap.compress(Bitmap.CompressFormat.PNG, 100, imageFile); in process()621 IoUtils.closeQuietly(imageFile); in process()