Searched refs:isThumbnailCompressed (Results 1 – 2 of 2) sorted by relevance
133 public final boolean isThumbnailCompressed; field in ExifInterfaceTest.ExpectedValue195 isThumbnailCompressed = typedArray.getBoolean(index++, false); in ExpectedValue()329 assertFalse(exifInterface.isThumbnailCompressed()); in compareWithExpectedValue()495 if (expectedValue.isThumbnailCompressed) { in testExifInterfaceRange()649 assertEquals(expectedValue.isThumbnailCompressed, exifInterface.isThumbnailCompressed()); in testThumbnail()
22155 method public boolean isThumbnailCompressed();