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

  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 240 public static int getRotationFromExif(String path) {
244 public static int getRotationFromExif(Context context, Uri uri) {
248 public static int getRotationFromExif(Resources res, int resId) {
283 int rotation = getRotationFromExif(filePath);
305 int rotation = getRotationFromExif(res, resId);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 244 public static int getRotationFromExif(String path) {
248 public static int getRotationFromExif(Context context, Uri uri) {
252 public static int getRotationFromExif(Resources res, int resId) {
290 int rotation = getRotationFromExif(filePath);
312 int rotation = getRotationFromExif(res, resId);
    [all...]
WallpaperPickerActivity.java     [all...]

Completed in 1625 milliseconds