Home
last modified time | relevance | path

Searched refs:decodeBitmapRegion (Results 1 – 9 of 9) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DBitmapCachingAsset.java132 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() method in BitmapCachingAsset
136 mOriginalAsset.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, in decodeBitmapRegion()
146 mOriginalAsset.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, in decodeBitmapRegion()
DContentUriAsset.java119 public void decodeBitmapRegion(final Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() method in ContentUriAsset
125 super.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
DBuiltInWallpaperAsset.java74 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() method in BuiltInWallpaperAsset
DStreamableAsset.java167 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() method in StreamableAsset
DAsset.java145 public abstract void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() method in Asset
DLiveWallpaperThumbAsset.java156 public void decodeBitmapRegion(Rect rect, int targetWidth, int targetHeight, in decodeBitmapRegion() method in LiveWallpaperThumbAsset
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestBitmapCropper.java50 asset.decodeBitmapRegion(scaledCropRect, cropRect.width(), cropRect.height(), adjustRtl, in cropAndScaleBitmap()
DTestAsset.java73 public void decodeBitmapRegion(Rect unused, int targetWidth, int targetHeight, in decodeBitmapRegion() method in TestAsset
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java48 asset.decodeBitmapRegion(scaledCropRect, cropRect.width(), cropRect.height(), isRtl, in cropAndScaleBitmap()