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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveCopyTask.java 197 exif.setTag(exif.buildTag(ExifInterface.TAG_ORIENTATION,
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifInterfaceTest.java 164 tags.add(mInterface.buildTag(ExifInterface.TAG_ORIENTATION,
166 tags.add(mInterface.buildTag(ExifInterface.TAG_USER_COMMENT, "goooooooooooooooooogle"));
194 tags.add(mInterface.buildTag(ExifInterface.TAG_SOFTWARE, "magic super photomaker pro"));
195 tags.add(mInterface.buildTag(ExifInterface.TAG_USER_COMMENT, "noodles"));
196 tags.add(mInterface.buildTag(ExifInterface.TAG_ORIENTATION,
298 ExifTag defTag0 = mInterface.buildTag(tag1, new byte[] {
302 ExifTag defTag1 = mInterface.buildTag(tag2, "hihi");
304 ExifTag defTag2 = mInterface.buildTag(tag2, IfdId.TYPE_IFD_GPS, "byte");
308 ExifTag badTag = mInterface.buildTag(tag1, new byte[] {
312 badTag = mInterface.buildTag(tag1, IfdId.TYPE_IFD_0, new byte[]
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
PanoramaModule.java     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]

Completed in 287 milliseconds