Searched defs:EVENT_NEW_TAG (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifParser.java45 * case ExifParser.EVENT_NEW_TAG:
81 public static final int EVENT_NEW_TAG = 1; field in class:ExifParser
265 * @see #EVENT_NEW_TAG
285 return EVENT_NEW_TAG;
408 * If {@link #next()} return {@link #EVENT_NEW_TAG} or
412 * For {@link #EVENT_NEW_TAG}, the tag may not contain the value if the size
504 * When getting {@link #EVENT_NEW_TAG} in the tag area of IFD, the tag may
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifParser.java45 * case ExifParser.EVENT_NEW_TAG:
81 public static final int EVENT_NEW_TAG = 1; field in class:ExifParser
265 * @see #EVENT_NEW_TAG
285 return EVENT_NEW_TAG;
408 * If {@link #next()} return {@link #EVENT_NEW_TAG} or
412 * For {@link #EVENT_NEW_TAG}, the tag may not contain the value if the size
504 * When getting {@link #EVENT_NEW_TAG} in the tag area of IFD, the tag may
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifParser.java45 * case ExifParser.EVENT_NEW_TAG:
81 public static final int EVENT_NEW_TAG = 1; field in class:ExifParser
265 * @see #EVENT_NEW_TAG
285 return EVENT_NEW_TAG;
408 * If {@link #next()} return {@link #EVENT_NEW_TAG} or
412 * For {@link #EVENT_NEW_TAG}, the tag may not contain the value if the size
504 * When getting {@link #EVENT_NEW_TAG} in the tag area of IFD, the tag may
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifParser.java46 * case ExifParser.EVENT_NEW_TAG:
82 public static final int EVENT_NEW_TAG = 1; field in class:ExifParser
266 * @see #EVENT_NEW_TAG
286 return EVENT_NEW_TAG;
409 * If {@link #next()} return {@link #EVENT_NEW_TAG} or
413 * For {@link #EVENT_NEW_TAG}, the tag may not contain the value if the size
506 * When getting {@link #EVENT_NEW_TAG} in the tag area of IFD, the tag may

Completed in 37 milliseconds