Searched refs:adjustCropRect (Results 1 – 3 of 3) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | Asset.java | 294 adjustCropRect(activity, dimensions, visibleRawWallpaperRect); in loadPreviewImage() 366 protected void adjustCropRect(Context context, Point assetDimensions, Rect cropRect) { in adjustCropRect() method in Asset 367 WallpaperCropUtils.adjustCropRect(context, cropRect, true /* zoomIn */); in adjustCropRect()
|
D | CurrentWallpaperAssetVN.java | 141 protected void adjustCropRect(Context context, Point assetDimensions, Rect cropRect) { in adjustCropRect() method in CurrentWallpaperAssetVN
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperCropUtils.java | 257 adjustCropRect(context, cropRect, true /* zoomIn */); in adjustCurrentWallpaperCropRect() 261 public static void adjustCropRect(Context context, Rect cropRect, boolean zoomIn) { in adjustCropRect() method in WallpaperCropUtils
|