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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java32 public class ExifTag { class
565 synchronized(ExifTag.class) {
577 synchronized(ExifTag.class) {
876 static public ExifTag buildTag(short tagId) {
881 return new ExifTag(tagId, getTypeFromInfo(info),
890 static public ExifTag buildThumbnailTag(short tagId) {
895 return new ExifTag(tagId, getTypeFromInfo(info),
904 static public ExifTag buildInteroperabilityTag(short tagId) {
909 return new ExifTag(tagId, getTypeFromInfo(info),
914 ExifTag(shor method in class:ExifTag
[all...]

Completed in 13 milliseconds