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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DCountedDataInputStream.java75 public void skipTo(long target) throws IOException { method in class:CountedDataInputStream
H A DExifParser.java316 skipTo(entry.getKey());
379 skipTo(endOfTags);
496 private void skipTo(int offset) throws IOException { method in class:ExifParser
497 mTiffStream.skipTo(offset);
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DCountedDataInputStream.java78 void skipTo(long target) throws IOException { method in class:CountedDataInputStream
H A DExifParser.java293 skipTo(entry.getKey());
360 skipTo(endOfTags);
453 private void skipTo(int offset) throws IOException { method in class:ExifParser
454 mTiffStream.skipTo(offset);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java75 public void skipTo(long target) throws IOException { method in class:CountedDataInputStream
H A DExifParser.java316 skipTo(entry.getKey());
379 skipTo(endOfTags);
496 private void skipTo(int offset) throws IOException { method in class:ExifParser
497 mTiffStream.skipTo(offset);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DCountedDataInputStream.java77 public void skipTo(long target) throws IOException { method in class:CountedDataInputStream
H A DExifParser.java317 skipTo(entry.getKey());
380 skipTo(endOfTags);
498 private void skipTo(int offset) throws IOException { method in class:ExifParser
499 mTiffStream.skipTo(offset);

Completed in 119 milliseconds