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

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
InputStreamProvider.java 223 public int getRotationFromExif(Context context) {
  /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 470 milliseconds