Searched refs:colorToScore (Results 1 – 1 of 1) sorted by relevance
339 final Map<Integer, Double> colorToScore = new HashMap<>(); in WallpaperColors() local344 colorToScore.put(color, score); in WallpaperColors()346 ArrayList<Map.Entry<Integer, Double>> mapEntries = new ArrayList(colorToScore.entrySet()); in WallpaperColors()