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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifModifier.java28 class ExifModifier { class
29 public static final Log.Tag TAG = new Log.Tag("ExifModifier");
47 protected ExifModifier(ByteBuffer byteBuffer, ExifInterface iRef) throws IOException, method in class:ExifModifier
H A DExifInterface.java1069 ExifModifier mod = null;
1071 mod = new ExifModifier(buf, this);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifModifier.java29 class ExifModifier { class
30 public static final String TAG = "ExifModifier";
48 protected ExifModifier(ByteBuffer byteBuffer, ExifInterface iRef) throws IOException, method in class:ExifModifier
H A DExifInterface.java1069 ExifModifier mod = null;
1071 mod = new ExifModifier(buf, this);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifModifier.java28 class ExifModifier { class
29 public static final String TAG = "ExifModifier";
47 protected ExifModifier(ByteBuffer byteBuffer, ExifInterface iRef) throws IOException, method in class:ExifModifier
H A DExifInterface.java1069 ExifModifier mod = null;
1071 mod = new ExifModifier(buf, this);
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifModifier.java30 class ExifModifier { class
49 protected ExifModifier(ByteBuffer byteBuffer, ExifInterface iRef) throws IOException, method in class:ExifModifier
H A DExifInterface.java1069 ExifModifier mod = null;
1071 mod = new ExifModifier(buf, this);

Completed in 203 milliseconds