Searched defs:cropHints (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | WallpaperManagerTest.java | 1730 Map<Point, Rect> cropHints = Map.of(displaySize, crop); in testSetWallpaperWithCrops_singleCrop() local 1746 Map<Point, Rect> cropHints = Map.of(displaySize, crop); in testSetWallpaperWithCrops_description_singleCrop() local 1773 Map<Point, Rect> cropHints = Map.of(displaySize, crop, rotatedDisplaySize, rotatedCrop); in testSetWallpaperWithCrops_twoCrops() local 1799 Map<Point, Rect> cropHints = Map.of(displaySize, crop, rotatedDisplaySize, rotatedCrop); in testSetWallpaperWithCrops_description_twoCrops() local 1946 Bitmap bitmap, Map<Point, Rect> cropHints, boolean useDescription) { in assertCorrectCrop()
|