Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
DBitmapUtils.java44 public static int getRotationFromExif(Context context, Uri uri) { in getRotationFromExif() method in BitmapUtils
48 public static int getRotationFromExif(Resources res, int resId) { in getRotationFromExif() method in BitmapUtils
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java323 int rotation = BitmapUtils.getRotationFromExif(getContext(), uri); in setWallpaper()
348 int rotation = BitmapUtils.getRotationFromExif(res, resId); in cropImageAndSetWallpaper()
DWallpaperPickerActivity.java988 int rotation = BitmapUtils.getRotationFromExif(context, uri);
1164 int rotation = BitmapUtils.getRotationFromExif(res, resId);