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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1474 * @see #buildTag
1476 public ExifTag buildTag(int tagId, int ifdId, Object val) { method in class:ExifInterface
1501 public ExifTag buildTag(int tagId, Object val) { method in class:ExifInterface
1503 return buildTag(tagId, ifdId, val);
1555 * be the one the tag was created with in {@link #buildTag}.
1947 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
1966 ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude));
1967 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
1968 ExifTag latRefTag = buildTag(TAG_GPS_LATITUDE_REF,
1971 ExifTag longRefTag = buildTag(TAG_GPS_LONGITUDE_RE
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1495 * @see #buildTag
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) { method in class:ExifInterface
1522 public ExifTag buildTag(int tagId, Object val) { method in class:ExifInterface
1524 return buildTag(tagId, ifdId, val);
1576 * be the one the tag was created with in {@link #buildTag}.
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
1987 ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude));
1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
1989 ExifTag latRefTag = buildTag(TAG_GPS_LATITUDE_REF,
1992 ExifTag longRefTag = buildTag(TAG_GPS_LONGITUDE_RE
[all...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java1495 * @see #buildTag
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) { method in class:ExifInterface
1522 public ExifTag buildTag(int tagId, Object val) { method in class:ExifInterface
1524 return buildTag(tagId, ifdId, val);
1576 * be the one the tag was created with in {@link #buildTag}.
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
1987 ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude));
1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
1989 ExifTag latRefTag = buildTag(TAG_GPS_LATITUDE_REF,
1992 ExifTag longRefTag = buildTag(TAG_GPS_LONGITUDE_RE
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java1495 * @see #buildTag
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) { method in class:ExifInterface
1522 public ExifTag buildTag(int tagId, Object val) { method in class:ExifInterface
1524 return buildTag(tagId, ifdId, val);
1576 * be the one the tag was created with in {@link #buildTag}.
2009 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
2028 ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude));
2029 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
2030 ExifTag latRefTag = buildTag(TAG_GPS_LATITUDE_REF,
2033 ExifTag longRefTag = buildTag(TAG_GPS_LONGITUDE_RE
[all...]

Completed in 661 milliseconds