Searched refs:getRotationFromExif (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | WallpaperCropActivity.java | 265 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()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
H A D | UriWallpaperInfo.java | 85 int rotation = isp.getRotationFromExif(activity); in loadThumbnaleAsync()
|
H A D | DefaultWallpaperInfo.java | 188 streamProvider, context, streamProvider.getRotationFromExif(context), false); in getPreKKDefaultWallpaperInfo()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/ |
H A D | InputStreamProvider.java | 223 public int getRotationFromExif(Context context) { in getRotationFromExif() method in InputStreamProvider
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/ |
H A D | BitmapRegionTileSource.java | 261 return mStreamProvider.getRotationFromExif(mContext); in getExifRotation()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | WallpaperCropActivity.java | 347 streamProvider, this, crop, streamProvider.getRotationFromExif(this), in cropImageAndSetWallpaper()
|