Home
last modified time | relevance | path

Searched defs:crops (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl58 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()
DWallpaperManager.java1643 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/
DWallpaperCropperTest.java281 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/
DSurfaceTextureGL_test.cpp140 android_native_rect_t crops[] = { in TEST_F() local
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2307 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()
DWallpaperCropper.java359 public static Rect getTotalCrop(SparseArray<Rect> crops) { in getTotalCrop()
/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
DWallpaperBackupAgentTest.java930 private void mockRestoredStaticWallpaperFile(Map<Integer, Rect> crops) throws Exception { in mockRestoredStaticWallpaperFile()
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp355 std::vector<Rect> crops; in TEST_F() local
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp824 status_t encodeCropHelper(const std::vector<Rect>& crops, OutputHidlVec* outOutputHidlVec) { in encodeCropHelper()