Searched refs:scaledCropRect (Results 1 – 4 of 4) sorted by relevance
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestBitmapCropper.java | 44 Rect scaledCropRect = new Rect( in cropAndScaleBitmap() local 50 asset.decodeBitmapRegion(scaledCropRect, cropRect.width(), cropRect.height(), adjustRtl, in cropAndScaleBitmap()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 329 Rect scaledCropRect = new Rect( in cropAndSetWallpaperBitmapInRotationStatic() local 338 scaledCropRect.left, in cropAndSetWallpaperBitmapInRotationStatic() 339 scaledCropRect.top, in cropAndSetWallpaperBitmapInRotationStatic() 340 scaledCropRect.width(), in cropAndSetWallpaperBitmapInRotationStatic() 341 scaledCropRect.height()); in cropAndSetWallpaperBitmapInRotationStatic() 343 scaledCropRect = WallpaperManager.isMultiCropEnabled() ? scaledCropRect : null; in cropAndSetWallpaperBitmapInRotationStatic() 345 int wallpaperId = setBitmapToWallpaperManager(wallpaperBitmap, scaledCropRect, in cropAndSetWallpaperBitmapInRotationStatic()
|
D | DefaultBitmapCropper.java | 42 Rect scaledCropRect = new Rect( in cropAndScaleBitmap() local 48 asset.decodeBitmapRegion(scaledCropRect, cropRect.width(), cropRect.height(), isRtl, in cropAndScaleBitmap()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | ImagePreviewFragment.java | 227 Rect scaledCropRect = new Rect( in setWallpaper() local 239 scaledCropRect, in setWallpaper() local
|