Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Internal/src/android/app/
H A DWallpaperColorsTest.java167 colors.getAllColors(), reconstructed.getAllColors()); in testParcelUnparcel()
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperDataParser.java478 int allColorsCount = wallpaper.primaryColors.getAllColors().size(); in writeWallpaperAttributes()
482 for (Map.Entry<Integer, Integer> entry : wallpaper.primaryColors.getAllColors() in writeWallpaperAttributes()
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperColors.java510 public @NonNull Map<Integer, Integer> getAllColors() { in getAllColors() method in WallpaperColors