Home
last modified time | relevance | path

Searched refs:calculateCropRect (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DWallpaperCropUtils.java194 public static Rect calculateCropRect(Context context, float wallpaperZoom, Point wallpaperSize, in calculateCropRect() method in WallpaperCropUtils
288 public static Rect calculateCropRect(Context context, Display display, Point rawWallpaperSize, in calculateCropRect() method in WallpaperCropUtils
293 return calculateCropRect(context, screenSize, defaultCropSize, rawWallpaperSize, in calculateCropRect()
307 public static Rect calculateCropRect(Context context, Point hostViewSize, Point cropSize, in calculateCropRect() method in WallpaperCropUtils
312 return calculateCropRect(context, wallpaperZoom, rawWallpaperSize, cropSize, hostViewSize, in calculateCropRect()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DImagePreviewFragment.java381 calculateCropRect(context), /* adjustForRtl= */ false, in recalculateColors()
498 private Rect calculateCropRect(Context context) { in calculateCropRect() method in ImagePreviewFragment
514 return WallpaperCropUtils.calculateCropRect(appContext, hostViewSize, in calculateCropRect()
521 destination, mFullResImageView.getScale(), calculateCropRect(getContext()), in setCurrentWallpaper()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperSetter.java97 Rect cropRect = WallpaperCropUtils.calculateCropRect( in setCurrentWallpaper()
H A DDefaultWallpaperPersister.java450 Rect cropRect = WallpaperCropUtils.calculateCropRect(mAppContext, minWallpaperZoom, in cropAndSetWallpaperBitmapInRotationStatic()