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