Searched refs:getTagByteValues (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 1263 byte[] l = getTagByteValues(tagId, ifdId); in getTagByteValue() 1338 public byte[] getTagByteValues(int tagId, int ifdId) { in getTagByteValues() method in ExifInterface 1349 public byte[] getTagByteValues(int tagId) { in getTagByteValues() method in ExifInterface 1351 return getTagByteValues(tagId, ifdId); in getTagByteValues()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1284 byte[] l = getTagByteValues(tagId, ifdId); in getTagByteValue() 1359 public byte[] getTagByteValues(int tagId, int ifdId) { in getTagByteValues() method in ExifInterface 1370 public byte[] getTagByteValues(int tagId) { in getTagByteValues() method in ExifInterface 1372 return getTagByteValues(tagId, ifdId); in getTagByteValues()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1284 byte[] l = getTagByteValues(tagId, ifdId); in getTagByteValue() 1359 public byte[] getTagByteValues(int tagId, int ifdId) { in getTagByteValues() method in ExifInterface 1370 public byte[] getTagByteValues(int tagId) { in getTagByteValues() method in ExifInterface 1372 return getTagByteValues(tagId, ifdId); in getTagByteValues()
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifInterface.java | 1284 byte[] l = getTagByteValues(tagId, ifdId); in getTagByteValue() 1359 public byte[] getTagByteValues(int tagId, int ifdId) { in getTagByteValues() method in ExifInterface 1370 public byte[] getTagByteValues(int tagId) { in getTagByteValues() method in ExifInterface 1372 return getTagByteValues(tagId, ifdId); in getTagByteValues()
|