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

  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifReader.java 49 case ExifParser.EVENT_NEW_TAG:
ExifParser.java 43 * case ExifParser.EVENT_NEW_TAG:
75 static final int EVENT_NEW_TAG = 1;
243 * @see #EVENT_NEW_TAG
263 return EVENT_NEW_TAG;
390 * If {@link #next()} return {@link #EVENT_NEW_TAG} or {@link #EVENT_VALUE_OF_REGISTERED_TAG},
393 * <p>For {@link #EVENT_NEW_TAG}, the tag may not contain the value if the size of the value is
461 * When getting {@link #EVENT_NEW_TAG} in the tag area of IFD, the tag may not contain the value
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifReader.java 56 case ExifParser.EVENT_NEW_TAG:
ExifModifier.java 109 case ExifParser.EVENT_NEW_TAG:
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/
ExifReader.java 56 case ExifParser.EVENT_NEW_TAG:
ExifModifier.java 109 case ExifParser.EVENT_NEW_TAG:
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/
ExifReader.java 56 case ExifParser.EVENT_NEW_TAG:
ExifModifier.java 110 case ExifParser.EVENT_NEW_TAG:
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/Messaging/src/com/android/messaging/util/exif/
ExifReader.java 57 case ExifParser.EVENT_NEW_TAG:
ExifModifier.java 110 case ExifParser.EVENT_NEW_TAG:
ExifParser.java 46 * case ExifParser.EVENT_NEW_TAG:
82 public static final int EVENT_NEW_TAG = 1;
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
    [all...]

Completed in 227 milliseconds