Searched refs:getBitmapCrop (Results 1 – 3 of 3) sorted by relevance
111 Rect getBitmapCrop(in Point bitmapSize, in int[] screenOrientations, in List<Rect> crops); in getBitmapCrop() method
1676 Rect crop = sGlobals.mService.getBitmapCrop(bitmapSize, screenOrientations, crops); in getWallpaperColors()
2320 public Rect getBitmapCrop(Point bitmapSize, int[] screenOrientations, List<Rect> crops) { in getBitmapCrop() method in WallpaperManagerService