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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 322 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
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 322 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
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 322 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
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifParser.java 322 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
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java 322 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
    [all...]

Completed in 146 milliseconds