HomeSort by relevance Sort by last modified time
    Searched defs:getRotationFromExif (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapUtils.java 44 public static int getRotationFromExif(Context context, Uri uri) {
48 public static int getRotationFromExif(Resources res, int resId) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 265 public static int getRotationFromExif(String path) {
269 public static int getRotationFromExif(Context context, Uri uri) {
273 public static int getRotationFromExif(Resources res, int resId) {
311 int rotation = getRotationFromExif(filePath);
332 int rotation = getRotationFromExif(res, resId);
    [all...]

Completed in 193 milliseconds