Searched defs:getRotationFromExif (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperCropActivity.java244 public static int getRotationFromExif(String path) { method in class:WallpaperCropActivity
248 public static int getRotationFromExif(Context context, Uri uri) { method in class:WallpaperCropActivity
252 public static int getRotationFromExif(Resources res, int resId) { method in class:WallpaperCropActivity
290 int rotation = getRotationFromExif(filePath);
312 int rotation = getRotationFromExif(res, resId);

Completed in 79 milliseconds