Lines Matching refs:exif
32 import com.android.camera.exif.ExifInterface;
89 int width, int height, int orientation, ExifInterface exif, in addImage() argument
97 width, height, orientation, exif, resolver, l); in addImage()
107 int orientation, ExifInterface exif, in addImage() argument
111 addImage(data, title, date, loc, 0, 0, orientation, exif, l, resolver); in addImage()
114 int width, int height, int orientation, ExifInterface exif, in addImage() argument
117 orientation, exif, l, resolver); in addImage()
148 private ExifInterface exif; field in MediaSaveService.ImageSaveTask
153 int width, int height, int orientation, ExifInterface exif, in ImageSaveTask() argument
162 this.exif = exif; in ImageSaveTask()
183 resolver, title, date, loc, orientation, exif, data, width, height); in doInBackground()