Searched refs:sOffsetTags (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java325 private static HashSet<Short> sOffsetTags = new HashSet<Short>(); field in class:ExifInterface
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
328 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
329 sOffsetTags.add(getTrueTagKey(TAG_JPEG_INTERCHANGE_FORMAT));
330 sOffsetTags.add(getTrueTagKey(TAG_INTEROPERABILITY_IFD));
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
337 protected static HashSet<Short> sBannedDefines = new HashSet<Short>(sOffsetTags);
1483 return sOffsetTags.contains(tag);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java325 private static HashSet<Short> sOffsetTags = new HashSet<Short>(); field in class:ExifInterface
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
328 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
329 sOffsetTags.add(getTrueTagKey(TAG_JPEG_INTERCHANGE_FORMAT));
330 sOffsetTags.add(getTrueTagKey(TAG_INTEROPERABILITY_IFD));
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
337 protected static HashSet<Short> sBannedDefines = new HashSet<Short>(sOffsetTags);
1483 return sOffsetTags.contains(tag);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java325 private static HashSet<Short> sOffsetTags = new HashSet<Short>(); field in class:ExifInterface
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
328 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
329 sOffsetTags.add(getTrueTagKey(TAG_JPEG_INTERCHANGE_FORMAT));
330 sOffsetTags.add(getTrueTagKey(TAG_INTEROPERABILITY_IFD));
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
337 protected static HashSet<Short> sBannedDefines = new HashSet<Short>(sOffsetTags);
1483 return sOffsetTags.contains(tag);
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java325 private static HashSet<Short> sOffsetTags = new HashSet<Short>(); field in class:ExifInterface
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
328 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
329 sOffsetTags.add(getTrueTagKey(TAG_JPEG_INTERCHANGE_FORMAT));
330 sOffsetTags.add(getTrueTagKey(TAG_INTEROPERABILITY_IFD));
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
337 protected static HashSet<Short> sBannedDefines = new HashSet<Short>(sOffsetTags);
1483 return sOffsetTags.contains(tag);

Completed in 235 milliseconds