Searched refs:getTagLongValues (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 1225 long[] l = getTagLongValues(tagId, ifdId); in getTagLongValue() 1300 public long[] getTagLongValues(int tagId, int ifdId) { in getTagLongValues() method in ExifInterface 1311 public long[] getTagLongValues(int tagId) { in getTagLongValues() method in ExifInterface 1313 return getTagLongValues(tagId, ifdId); in getTagLongValues()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1246 long[] l = getTagLongValues(tagId, ifdId); in getTagLongValue() 1321 public long[] getTagLongValues(int tagId, int ifdId) { in getTagLongValues() method in ExifInterface 1332 public long[] getTagLongValues(int tagId) { in getTagLongValues() method in ExifInterface 1334 return getTagLongValues(tagId, ifdId); in getTagLongValues()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1246 long[] l = getTagLongValues(tagId, ifdId); in getTagLongValue() 1321 public long[] getTagLongValues(int tagId, int ifdId) { in getTagLongValues() method in ExifInterface 1332 public long[] getTagLongValues(int tagId) { in getTagLongValues() method in ExifInterface 1334 return getTagLongValues(tagId, ifdId); in getTagLongValues()
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifInterface.java | 1246 long[] l = getTagLongValues(tagId, ifdId); in getTagLongValue() 1321 public long[] getTagLongValues(int tagId, int ifdId) { in getTagLongValues() method in ExifInterface 1332 public long[] getTagLongValues(int tagId) { in getTagLongValues() method in ExifInterface 1334 return getTagLongValues(tagId, ifdId); in getTagLongValues()
|