Searched refs:getRotationForOrientationValue (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DExif.java43 return ExifInterface.getRotationForOrientationValue(val.shortValue());
74 return ExifInterface.getRotationForOrientationValue(val.shortValue());
/packages/apps/Camera2/src/com/android/camera/
H A DExif.java43 return ExifInterface.getRotationForOrientationValue(val.shortValue());
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue());
/packages/apps/Mms/src/com/android/mms/ui/
H A DUriImage.java515 ExifInterface.getRotationForOrientationValue(val.shortValue());
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperCropActivity.java297 return ExifInterface.getRotationForOrientationValue(ori.shortValue());
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1882 public static int getRotationForOrientationValue(short orientation) { method in class:ExifInterface
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1882 public static int getRotationForOrientationValue(short orientation) { method in class:ExifInterface
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java1882 public static int getRotationForOrientationValue(short orientation) { method in class:ExifInterface
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java1882 public static int getRotationForOrientationValue(short orientation) { method in class:ExifInterface

Completed in 1447 milliseconds