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