Home
last modified time | relevance | path

Searched refs:scaledCropRect (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestBitmapCropper.java44 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 DDefaultBitmapCropper.java37 Rect scaledCropRect = new Rect( in cropAndScaleBitmap() local
43 asset.decodeBitmapRegion(scaledCropRect, cropRect.width(), cropRect.height(), isRtl, in cropAndScaleBitmap()
H A DDefaultWallpaperPersister.java453 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()