Searched refs:mapEntries (Results 1 – 1 of 1) sorted by relevance
312 ArrayList<Map.Entry<Integer, Double>> mapEntries = new ArrayList(colorToScore.entrySet()); in WallpaperColors() local313 mapEntries.sort((a, b) -> b.getValue().compareTo(a.getValue())); in WallpaperColors()316 for (Map.Entry<Integer, Double> colorToScoreEntry : mapEntries) { in WallpaperColors()