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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifTag.java31 public class ExifTag { class
127 ExifTag(short tagId, short type, int componentCount, int ifd, method in class:ExifTag
218 * Returns true if this ExifTag contains value; otherwise, this tag will
966 if (obj instanceof ExifTag) {
967 ExifTag tag = (ExifTag) obj;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java31 public class ExifTag { class
127 ExifTag(short tagId, short type, int componentCount, int ifd, method in class:ExifTag
218 * Returns true if this ExifTag contains value; otherwise, this tag will
966 if (obj instanceof ExifTag) {
967 ExifTag tag = (ExifTag) obj;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifTag.java31 public class ExifTag { class
127 ExifTag(short tagId, short type, int componentCount, int ifd, method in class:ExifTag
218 * Returns true if this ExifTag contains value; otherwise, this tag will
966 if (obj instanceof ExifTag) {
967 ExifTag tag = (ExifTag) obj;
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifTag.java31 public class ExifTag { class
127 ExifTag(short tagId, short type, int componentCount, int ifd, method in class:ExifTag
218 * Returns true if this ExifTag contains value; otherwise, this tag will
966 if (obj instanceof ExifTag) {
967 ExifTag tag = (ExifTag) obj;

Completed in 16 milliseconds