Searched refs:adjustCropRect (Results 1 – 3 of 3) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | Asset.java | 382 adjustCropRect(activity, dimensions, visibleRawWallpaperRect, offsetToStart); in loadPreviewImage() 459 protected void adjustCropRect(Context context, Point assetDimensions, Rect cropRect, in adjustCropRect() method in Asset 461 WallpaperCropUtils.adjustCropRect(context, cropRect, true /* zoomIn */); in adjustCropRect()
|
D | CurrentWallpaperAsset.java | 143 protected void adjustCropRect(Context context, Point assetDimensions, Rect cropRect, in adjustCropRect() method in CurrentWallpaperAsset
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperCropUtils.java | 271 adjustCropRect(context, cropRect, true /* zoomIn */); in adjustCurrentWallpaperCropRect() 275 public static void adjustCropRect(Context context, Rect cropRect, boolean zoomIn) { in adjustCropRect() method in WallpaperCropUtils
|