HomeSort by relevance Sort by last modified time
    Searched defs:buildTag (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 322 exif.setTag(exif.buildTag(ExifInterface.TAG_ORIENTATION,
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 621 exif.setTag(exif.buildTag(ExifInterface.TAG_PIXEL_X_DIMENSION, size.getWidth()));
622 exif.setTag(exif.buildTag(ExifInterface.TAG_PIXEL_Y_DIMENSION, size.getHeight()));
625 exif.buildTag(ExifInterface.TAG_ORIENTATION, ExifInterface.Orientation.TOP_LEFT));
629 ExifTag directionRefTag = exif.buildTag(ExifInterface.TAG_GPS_IMG_DIRECTION_REF,
632 exif.buildTag(ExifInterface.TAG_GPS_IMG_DIRECTION, new Rational(heading, 1));
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java     [all...]

Completed in 1298 milliseconds