Searched refs:TAG_ORIENTATION (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImage.java126 replaceExifTag(ExifInterface.TAG_ORIENTATION,
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java262 ExifInterface.TAG_ORIENTATION, -1);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalImage.java299 exif.setAttribute(ExifInterface.TAG_ORIENTATION,
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java165 orientation = EXIF.getAttributeInt(ExifInterface.TAG_ORIENTATION,
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DImageUtils.java131 final int orientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION,
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java46 public static final short TAG_ORIENTATION = 0x112; field in class:ExifTag
166 * Constants for {@link #TAG_ORIENTATION}
608 sTagInfo.put(TAG_ORIENTATION, (IfdId.TYPE_IFD_0 << 24) | TYPE_UNSIGNED_SHORT << 16 | 1);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java958 exif.setAttribute(ExifInterface.TAG_ORIENTATION,
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java881 exif.setAttribute(ExifInterface.TAG_ORIENTATION,

Completed in 242 milliseconds