HomeSort by relevance Sort by last modified time
    Searched defs:readExif (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 170 if (readExif(ei)) {
219 public abstract boolean readExif(ExifInterface ei);
244 public boolean readExif(ExifInterface ei) {
246 ei.readExif(mPath);
301 public boolean readExif(ExifInterface ei) {
305 ei.readExif(is);
353 public boolean readExif(ExifInterface ei) {
356 ei.readExif(is);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 724 public void readExif(byte[] jpeg) throws IOException {
725 readExif(new ByteArrayInputStream(jpeg));
735 public void readExif(InputStream inStream) throws IOException {
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
763 readExif(is);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 727 public void readExif(byte[] jpeg) throws IOException {
728 readExif(new ByteArrayInputStream(jpeg));
738 public void readExif(InputStream inStream) throws IOException {
759 public void readExif(String inFileName) throws FileNotFoundException, IOException {
766 readExif(is);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 724 public void readExif(byte[] jpeg) throws IOException {
725 readExif(new ByteArrayInputStream(jpeg));
735 public void readExif(InputStream inStream) throws IOException {
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
763 readExif(is);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 724 public void readExif(byte[] jpeg) throws IOException {
725 readExif(new ByteArrayInputStream(jpeg));
735 public void readExif(InputStream inStream) throws IOException {
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
763 readExif(is);
    [all...]

Completed in 315 milliseconds