Searched refs:Exif (Results 1 – 15 of 15) sorted by relevance
28 import com.android.gallery3d.data.Exif;103 int orientation = Exif.getOrientation(imageBytes); in getFullsize()
29 import com.android.ex.photo.util.Exif;174 return Exif.getOrientation(in, -1); in getOrientation()
102 mRotation = Exif.getOrientation(is); in openOrDownloadInner()124 mRotation = Exif.getOrientation(is); in openOrDownloadInner()
26 public class Exif { class
1066 final ExifInterface exif = Exif.getExif(originalJpegData);1093 int orientation = Exif.getOrientation(exif);1439 ExifInterface exif = Exif.getExif(data);1440 int orientation = Exif.getOrientation(exif);
24 public class Exif { class
1915 ExifInterface exif = Exif.getExif(data); in storeImage()1916 int orientation = Exif.getOrientation(exif); in storeImage()
41 import com.android.camera.Exif;419 rotation = Exif.getOrientation(exif); in savePicture()
29 public class Exif { class
982 int orientation = Exif.getOrientation(jpegData); in onPictureTaken()1365 int orientation = Exif.getOrientation(data); in doAttach()
2569 int orientation = Exif.getOrientation(data); in storeImage()
21 public class Exif { class
994 int orientation = Exif.getOrientation(data); in storeImage()1397 int orientation = Exif.getOrientation(data); in doAttach()
2411 int orientation = Exif.getOrientation(data); in storeImage()
23 import com.android.camera.Exif;