Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java2280 return setBitmapWithCrops(fullImage, cropMap, allowBackup, which, userId); in setBitmap()
2324 public int setBitmapWithCrops(@Nullable Bitmap fullImage, @NonNull Map<Point, Rect> cropHints, in setBitmapWithCrops() method
2328 return setBitmapWithCrops(fullImage, crops, allowBackup, which, mContext.getUserId()); in setBitmapWithCrops()
2332 private int setBitmapWithCrops(@Nullable Bitmap fullImage, @NonNull SparseArray<Rect> cropHints, in setBitmapWithCrops() method