Home
last modified time | relevance | path

Searched defs:calculateCropRect (Results 1 – 2 of 2) 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
307 public static Rect calculateCropRect(Context context, Point hostViewSize, Point cropSize, in calculateCropRect() method in WallpaperCropUtils
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DImagePreviewFragment.java498 private Rect calculateCropRect(Context context) { in calculateCropRect() method in ImagePreviewFragment