Searched defs:readExif (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java170 if (readExif(ei)) {
219 public abstract boolean readExif(ExifInterface ei); method in class:BitmapRegionTileSource.BitmapSource
244 public boolean readExif(ExifInterface ei) { method in class:BitmapRegionTileSource.FilePathBitmapSource
246 ei.readExif(mPath);
301 public boolean readExif(ExifInterface ei) { method in class:BitmapRegionTileSource.UriBitmapSource
305 ei.readExif(is);
353 public boolean readExif(ExifInterface ei) { method in class:BitmapRegionTileSource.ResourceBitmapSource
356 ei.readExif(is);
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java724 public void readExif(byte[] jpeg) throws IOException { method in class:ExifInterface
725 readExif(new ByteArrayInputStream(jpeg));
735 public void readExif(InputStream inStream) throws IOException { method in class:ExifInterface
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { method in class:ExifInterface
763 readExif(is);
1108 readExif(imageBytes);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java724 public void readExif(byte[] jpeg) throws IOException { method in class:ExifInterface
725 readExif(new ByteArrayInputStream(jpeg));
735 public void readExif(InputStream inStream) throws IOException { method in class:ExifInterface
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { method in class:ExifInterface
763 readExif(is);
1108 readExif(imageBytes);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java724 public void readExif(byte[] jpeg) throws IOException { method in class:ExifInterface
725 readExif(new ByteArrayInputStream(jpeg));
735 public void readExif(InputStream inStream) throws IOException { method in class:ExifInterface
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { method in class:ExifInterface
763 readExif(is);
1108 readExif(imageBytes);
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java724 public void readExif(byte[] jpeg) throws IOException { method in class:ExifInterface
725 readExif(new ByteArrayInputStream(jpeg));
735 public void readExif(InputStream inStream) throws IOException { method in class:ExifInterface
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { method in class:ExifInterface
763 readExif(is);
1108 readExif(imageBytes);

Completed in 131 milliseconds