Home
last modified time | relevance | path

Searched defs:screenOrientations (Results 1 – 3 of 3) 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.java1641 int[] screenOrientations = entries.stream().mapToInt(entry -> in getBitmapCrops() local
1672 int[] screenOrientations = entries.stream().mapToInt(entry -> in getWallpaperColors() local
2339 int[] screenOrientations = new int[size]; in setBitmapWithCrops() local
2540 int[] screenOrientations = new int[size]; in setStreamWithCrops() 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()