Searched defs:crops (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | IWallpaperManager.aidl | 58 in int[] screenOrientations, in List<Rect> crops, boolean allowBackup, in setWallpaper() 104 in int[] screenOrientations, in List<Rect> crops); in getFutureBitmapCrops() 111 Rect getBitmapCrop(in Point bitmapSize, in int[] screenOrientations, in List<Rect> crops); in getBitmapCrop()
|
D | WallpaperManager.java | 1643 List<Rect> crops = entries.stream().map(Map.Entry::getValue).toList(); in getBitmapCrops() local 1674 List<Rect> crops = entries.stream().map(Map.Entry::getValue).toList(); in getWallpaperColors() local 2289 final List<Rect> crops = visibleCropHint == null ? null : List.of(visibleCropHint); in setBitmap() local 2326 SparseArray<Rect> crops = new SparseArray<>(); in setBitmapWithCrops() local 2340 List<Rect> crops = new ArrayList<>(size); in setBitmapWithCrops() local 2479 final List<Rect> crops = visibleCropHint == null ? null : List.of(visibleCropHint); in setStream() local 2517 SparseArray<Rect> crops = new SparseArray<>(); in setStreamWithCrops() local 2541 List<Rect> crops = new ArrayList<>(size); in setStreamWithCrops() local
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/ |
D | WallpaperCropperTest.java | 281 List<Rect> crops = List.of( in testGetAdjustedCrop_add() local 314 List<Rect> crops = List.of( in testGetAdjustedCrop_remove() local 340 List<Rect> crops = List.of( in testGetAdjustedCrop_balance() local
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGL_test.cpp | 140 android_native_rect_t crops[] = { in TEST_F() local
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 2307 int[] screenOrientations, List<Rect> crops) { in getFutureBitmapCrops() 2320 public Rect getBitmapCrop(Point bitmapSize, int[] screenOrientations, List<Rect> crops) { in getBitmapCrop() 2892 int[] screenOrientations, List<Rect> crops, boolean allowBackup, in setWallpaper() 2986 private SparseArray<Rect> getCropMap(int[] screenOrientations, List<Rect> crops) { in getCropMap()
|
D | WallpaperCropper.java | 359 public static Rect getTotalCrop(SparseArray<Rect> crops) { in getTotalCrop()
|
/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/ |
D | WallpaperBackupAgentTest.java | 930 private void mockRestoredStaticWallpaperFile(Map<Integer, Rect> crops) throws Exception { in mockRestoredStaticWallpaperFile()
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 355 std::vector<Rect> crops; in TEST_F() local
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 824 status_t encodeCropHelper(const std::vector<Rect>& crops, OutputHidlVec* outOutputHidlVec) { in encodeCropHelper()
|