Searched refs:isThumbnailCompressed (Results 1 – 1 of 1) sorted by relevance
100 public final boolean isThumbnailCompressed; field in ExifInterfaceTest.ExpectedValue157 isThumbnailCompressed = typedArray.getBoolean(index++, false); in ExpectedValue()283 assertEquals(expectedValue.isThumbnailCompressed, in compareWithExpectedValue()284 exifInterface.isThumbnailCompressed()); in compareWithExpectedValue()