HomeSort by relevance Sort by last modified time
    Searched refs:exifInterface (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/data/
RotationTask.java 27 import com.android.camera.exif.ExifInterface;
98 ExifInterface exifInterface = new ExifInterface();
99 ExifTag tag = exifInterface.buildTag(
100 ExifInterface.TAG_ORIENTATION,
101 ExifInterface.getOrientationValueForRotation(
104 exifInterface.setTag(tag);
107 exifInterface.forceRewriteExif(filePath);
118 Log.w(TAG, "Cannot build tag: " + ExifInterface.TAG_ORIENTATION)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 37 import com.android.gallery3d.exif.ExifInterface;
197 ExifInterface exif = new ExifInterface();
284 ExifInterface exifInterface = new ExifInterface();
285 ExifTag tag = exifInterface.buildTag(ExifInterface.TAG_ORIENTATION,
286 ExifInterface.getOrientationValueForRotation(rotation));
288 exifInterface.setTag(tag)
    [all...]

Completed in 67 milliseconds