Home
last modified time | relevance | path

Searched defs:calculateCropRect (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java192 public static Rect calculateCropRect(Context context, float wallpaperZoom, Point wallpaperSize, in calculateCropRect() method in WallpaperCropUtils
289 public static Rect calculateCropRect(Context context, Display display, Point rawWallpaperSize, in calculateCropRect() method in WallpaperCropUtils
309 public static Rect calculateCropRect(Context context, Point hostViewSize, Point cropSize, in calculateCropRect() method in WallpaperCropUtils
329 public static Rect calculateCropRect(Context context, Point hostViewSize, Point cropSize, in calculateCropRect() method in WallpaperCropUtils
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java549 private Rect calculateCropRect(Context context, boolean cropExtraWidth) { in calculateCropRect() method in ImagePreviewFragment