Searched refs:buildTag (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
H A DExifUtil.java44 exif.setTag(exif.buildTag(ExifInterface.TAG_GPS_ALTITUDE_REF, altitudeRef));
/packages/apps/Camera2/src/com/android/camera/data/
H A DRotationTask.java99 ExifTag tag = exifInterface.buildTag(
/packages/apps/Camera2/src/com/android/camera/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/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/Mms/src/com/android/mms/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/Camera2/src/com/android/camera/one/v2/
H A DOneCameraZslImpl.java589 exif.setTag(exif.buildTag(ExifInterface.TAG_PIXEL_X_DIMENSION, width));
590 exif.setTag(exif.buildTag(ExifInterface.TAG_PIXEL_Y_DIMENSION, height));
596 ExifTag directionRefTag = exif.buildTag(
599 ExifTag directionTag = exif.buildTag(
H A DOneCameraImpl.java423 ExifTag directionRefTag = exif.buildTag(
426 ExifTag directionTag = exif.buildTag(
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalImage.java285 ExifTag tag = exifInterface.buildTag(ExifInterface.TAG_ORIENTATION,
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoModule.java1153 ExifTag directionRefTag = exif.buildTag(
1156 ExifTag directionTag = exif.buildTag(
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DSaveImage.java322 exif.setTag(exif.buildTag(ExifInterface.TAG_ORIENTATION,

Completed in 172 milliseconds