Searched defs:IfdEvent (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifParser.java322 if (event instanceof IfdEvent) {
323 mIfdType = ((IfdEvent) event).ifd;
333 if (((IfdEvent) event).isRequested) {
521 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType)));
662 if (event instanceof IfdEvent) {
663 Log.w(TAG, "Ifd " + ((IfdEvent) event).ifd
890 private static class IfdEvent { class in class:ExifParser
894 IfdEvent(int ifd, boolean isInterestedIfd) { method in class:ExifParser.IfdEvent
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifParser.java322 if (event instanceof IfdEvent) {
323 mIfdType = ((IfdEvent) event).ifd;
333 if (((IfdEvent) event).isRequested) {
521 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType)));
662 if (event instanceof IfdEvent) {
663 Log.w(TAG, "Ifd " + ((IfdEvent) event).ifd
890 private static class IfdEvent { class in class:ExifParser
894 IfdEvent(int ifd, boolean isInterestedIfd) { method in class:ExifParser.IfdEvent
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifParser.java322 if (event instanceof IfdEvent) {
323 mIfdType = ((IfdEvent) event).ifd;
333 if (((IfdEvent) event).isRequested) {
521 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType)));
662 if (event instanceof IfdEvent) {
663 Log.w(TAG, "Ifd " + ((IfdEvent) event).ifd
890 private static class IfdEvent { class in class:ExifParser
894 IfdEvent(int ifd, boolean isInterestedIfd) { method in class:ExifParser.IfdEvent
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifParser.java322 if (event instanceof IfdEvent) {
323 mIfdType = ((IfdEvent) event).ifd;
333 if (((IfdEvent) event).isRequested) {
521 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType)));
662 if (event instanceof IfdEvent) {
663 Log.w(TAG, "Ifd " + ((IfdEvent) event).ifd
890 private static class IfdEvent { class in class:ExifParser
894 IfdEvent(int ifd, boolean isInterestedIfd) { method in class:ExifParser.IfdEvent

Completed in 155 milliseconds