Searched refs:getTagDefinitionForTag (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/exif/ |
H A D | ExifInterface.java | 1677 protected int getTagDefinitionForTag(ExifTag tag) { method in class:ExifInterface 1681 return getTagDefinitionForTag(tag.getTagId(), type, count, ifd); 1684 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 D | ExifInterface.java | 1698 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 D | ExifInterface.java | 1698 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/Messaging/src/com/android/messaging/util/exif/ |
H A D | ExifInterface.java | 1698 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 41 milliseconds