Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestBitmapCropper.java44 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/
DDefaultWallpaperPersister.java329 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()
DDefaultBitmapCropper.java42 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/
DImagePreviewFragment.java227 Rect scaledCropRect = new Rect( in setWallpaper() local
239 scaledCropRect, in setWallpaper() local