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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 45 * case ExifParser.EVENT_NEW_TAG:
81 public static final int EVENT_NEW_TAG = 1;
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
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 45 * case ExifParser.EVENT_NEW_TAG:
81 public static final int EVENT_NEW_TAG = 1;
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
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 45 * case ExifParser.EVENT_NEW_TAG:
81 public static final int EVENT_NEW_TAG = 1;
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
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifParser.java 45 * case ExifParser.EVENT_NEW_TAG:
81 public static final int EVENT_NEW_TAG = 1;
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
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java 45 * case ExifParser.EVENT_NEW_TAG:
81 public static final int EVENT_NEW_TAG = 1;
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
    [all...]

Completed in 104 milliseconds