Home
last modified time | relevance | path

Searched refs:colorToScore (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DWallpaperColors.java339 final Map<Integer, Double> colorToScore = new HashMap<>(); in WallpaperColors() local
344 colorToScore.put(color, score); in WallpaperColors()
346 ArrayList<Map.Entry<Integer, Double>> mapEntries = new ArrayList(colorToScore.entrySet()); in WallpaperColors()