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

/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;

Completed in 33 milliseconds