Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java265 public static int getRotationFromExif(String path) { in getRotationFromExif() method in WallpaperCropActivity
269 public static int getRotationFromExif(Context context, Uri uri) { in getRotationFromExif() method in WallpaperCropActivity
273 public static int getRotationFromExif(Resources res, int resId) { in getRotationFromExif() method in WallpaperCropActivity
311 int rotation = getRotationFromExif(filePath); in setWallpaper()
332 int rotation = getRotationFromExif(res, resId); in cropImageAndSetWallpaper()