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/WallpaperPicker/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/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 323 if (event instanceof IfdEvent) {
324 mIfdType = ((IfdEvent) event).ifd;
334 if (((IfdEvent) event).isRequested) {
523 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType)));
664 if (event instanceof IfdEvent) {
665 Log.w(TAG, "Ifd " + ((IfdEvent) event).ifd
    [all...]

Completed in 43 milliseconds