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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifTag.java30 public class ExifTag { class
120 ExifTag(short tagId, short type, int componentCount, int ifd, boolean hasDefinedComponentCount) { method in class:ExifTag
204 * Returns true if this ExifTag contains value; otherwise, this tag will contain an offset value
557 if (obj instanceof ExifTag) {
558 ExifTag tag = (ExifTag) obj;
/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/Messaging/src/com/android/messaging/util/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 84 milliseconds