HomeSort by relevance Sort by last modified time
    Searched refs:TAG_STRIP_OFFSETS (Results 1 - 15 of 15) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifOutputStream.java 394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
ExifParser.java 174 private static final short TAG_STRIP_OFFSETS = ExifInterface
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
    [all...]
ExifInterface.java 90 public static final int TAG_STRIP_OFFSETS =
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifOutputStream.java 394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
ExifParser.java 174 private static final short TAG_STRIP_OFFSETS = ExifInterface
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
    [all...]
ExifInterface.java 90 public static final int TAG_STRIP_OFFSETS =
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
ExifParser.java 174 private static final short TAG_STRIP_OFFSETS = ExifInterface
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
    [all...]
ExifInterface.java 90 public static final int TAG_STRIP_OFFSETS =
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifOutputStream.java 394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
ExifParser.java 174 private static final short TAG_STRIP_OFFSETS = ExifInterface
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
    [all...]
ExifInterface.java 90 public static final int TAG_STRIP_OFFSETS =
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifOutputStream.java 394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS);
405 + ExifInterface.TAG_STRIP_OFFSETS);
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue(
ExifParser.java 174 private static final short TAG_STRIP_OFFSETS = ExifInterface
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
    [all...]
ExifInterface.java 90 public static final int TAG_STRIP_OFFSETS =
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
    [all...]

Completed in 64 milliseconds