HomeSort by relevance Sort by last modified time
    Searched defs:hasCompressedThumbnail (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifData.java 59 * @see #hasCompressedThumbnail()
75 protected boolean hasCompressedThumbnail() {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifDataTest.java 102 assertFalse(exifData.hasCompressedThumbnail());
113 assertTrue(exifData.hasCompressedThumbnail());
117 assertFalse(exifData.hasCompressedThumbnail());
ExifReaderTest.java 77 assertTrue(getImageTitle(), exifData.hasCompressedThumbnail());

Completed in 100 milliseconds