Searched refs:scaledCropRect (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
H A D | TestBitmapCropper.java | 44 Rect scaledCropRect = new Rect( in cropAndScaleBitmap() local 50 asset.decodeBitmapRegion(scaledCropRect, cropRect.width(), cropRect.height(), adjustRtl, in cropAndScaleBitmap()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | DefaultBitmapCropper.java | 37 Rect scaledCropRect = new Rect( in cropAndScaleBitmap() local 43 asset.decodeBitmapRegion(scaledCropRect, cropRect.width(), cropRect.height(), isRtl, in cropAndScaleBitmap()
|
H A D | DefaultWallpaperPersister.java | 453 Rect scaledCropRect = new Rect( in cropAndSetWallpaperBitmapInRotationStatic() local 461 scaledCropRect.left, in cropAndSetWallpaperBitmapInRotationStatic() 462 scaledCropRect.top, in cropAndSetWallpaperBitmapInRotationStatic() 463 scaledCropRect.width(), in cropAndSetWallpaperBitmapInRotationStatic() 464 scaledCropRect.height()); in cropAndSetWallpaperBitmapInRotationStatic()
|