Searched refs:getAllColors (Results 1 – 4 of 4) sorted by relevance
211 double totalPopulation = wallpaperColors.getAllColors().values().stream().mapToInt( in getSeedColors()232 Map<Integer, Double> intToProportion = wallpaperColors.getAllColors().entrySet().stream() in getSeedColors()235 Map<Integer, Hct> intToHct = wallpaperColors.getAllColors().entrySet().stream() in getSeedColors()241 Map<Integer, Double> intToHueProportion = wallpaperColors.getAllColors().entrySet().stream() in getSeedColors()
167 colors.getAllColors(), reconstructed.getAllColors()); in testParcelUnparcel()
549 int allColorsCount = wallpaper.primaryColors.getAllColors().size(); in writeWallpaperAttributes()553 for (Map.Entry<Integer, Integer> entry : wallpaper.primaryColors.getAllColors() in writeWallpaperAttributes()
510 public @NonNull Map<Integer, Integer> getAllColors() { in getAllColors() method in WallpaperColors