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

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifReaderTest.java 81 } else if (String.valueOf(ExifInterface.Compression.UNCOMPRESSION).equals(typeTagTruth)) {
82 assertTrue(getImageTitle(), type == ExifInterface.Compression.UNCOMPRESSION);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 403 public static final short UNCOMPRESSION = 1;
    [all...]

Completed in 230 milliseconds