Searched defs:ifdType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifParser.java181 private boolean isIfdRequested(int ifdType) { argument
182 switch (ifdType) {
518 private void registerIfd(int ifdType, long offset) { argument
521 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType)));
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifParser.java181 private boolean isIfdRequested(int ifdType) { argument
182 switch (ifdType) {
518 private void registerIfd(int ifdType, long offset) { argument
521 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType)));
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifParser.java182 private boolean isIfdRequested(int ifdType) { argument
183 switch (ifdType) {
520 private void registerIfd(int ifdType, long offset) { argument
523 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType)));

Completed in 13 milliseconds