Home
last modified time | relevance | path

Searched refs:getRotationForOrientationValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue()); in loadInBackground()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java296 return ExifInterface.getRotationForOrientationValue(ori.shortValue()); in getRotationFromExifHelper()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1882 public static int getRotationForOrientationValue(short orientation) { in getRotationForOrientationValue() method in ExifInterface