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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1698 protected int getTagDefinitionForTag(ExifTag tag) { method in class:ExifInterface
1702 return getTagDefinitionForTag(tag.getTagId(), type, count, ifd);
1705 protected int getTagDefinitionForTag(short tagId, short type, int count, int ifd) { method in class:ExifInterface
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1698 protected int getTagDefinitionForTag(ExifTag tag) { method in class:ExifInterface
1702 return getTagDefinitionForTag(tag.getTagId(), type, count, ifd);
1705 protected int getTagDefinitionForTag(short tagId, short type, int count, int ifd) { method in class:ExifInterface
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java1698 protected int getTagDefinitionForTag(ExifTag tag) { method in class:ExifInterface
1702 return getTagDefinitionForTag(tag.getTagId(), type, count, ifd);
1705 protected int getTagDefinitionForTag(short tagId, short type, int count, int ifd) { method in class:ExifInterface
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java1698 protected int getTagDefinitionForTag(ExifTag tag) { method in class:ExifInterface
1702 return getTagDefinitionForTag(tag.getTagId(), type, count, ifd);
1705 protected int getTagDefinitionForTag(short tagId, short type, int count, int ifd) { method in class:ExifInterface

Completed in 57 milliseconds