Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2308 SparseArray<Rect> cropMap = getCropMap(screenOrientations, crops); in getFutureBitmapCrops()
2325 SparseArray<Rect> cropMap = getCropMap(screenOrientations, crops); in getBitmapCrop()
2918 SparseArray<Rect> cropMap = !multiCrop() ? null : getCropMap(screenOrientations, crops); in setWallpaper()
2986 private SparseArray<Rect> getCropMap(int[] screenOrientations, List<Rect> crops) { in getCropMap() method in WallpaperManagerService