Searched refs:getTagIntValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1264 public Integer getTagIntValue(int tagId, int ifdId) { method in class:ExifInterface
1275 public Integer getTagIntValue(int tagId) { method in class:ExifInterface
1277 return getTagIntValue(tagId, ifdId);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java173 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java264 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION);

Completed in 62 milliseconds