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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 167 private static final short TAG_GPS_IFD = ExifInterface.getTrueTagKey(ExifInterface.TAG_GPS_IFD);
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
    [all...]
ExifInterface.java 132 public static final int TAG_GPS_IFD =
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 167 private static final short TAG_GPS_IFD = ExifInterface.getTrueTagKey(ExifInterface.TAG_GPS_IFD);
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
    [all...]
ExifInterface.java 134 public static final int TAG_GPS_IFD =
330 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 167 private static final short TAG_GPS_IFD = ExifInterface.getTrueTagKey(ExifInterface.TAG_GPS_IFD);
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
    [all...]
ExifInterface.java 132 public static final int TAG_GPS_IFD =
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java 167 private static final short TAG_GPS_IFD = ExifInterface.getTrueTagKey(ExifInterface.TAG_GPS_IFD);
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
    [all...]
ExifInterface.java 132 public static final int TAG_GPS_IFD =
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 168 private static final short TAG_GPS_IFD = ExifInterface.getTrueTagKey(ExifInterface.TAG_GPS_IFD);
599 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
    [all...]
ExifInterface.java 132 public static final int TAG_GPS_IFD =
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
    [all...]

Completed in 257 milliseconds