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

/frameworks/base/packages/WallpaperCropper/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

Completed in 1254 milliseconds