Home
last modified time | relevance | path

Searched refs:getTagLongValues (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1246 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/
DExifInterface.java1246 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/Camera2/src/com/android/camera/exif/
DExifInterface.java1225 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()