Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DWallpaperColors.java305 final Map<Integer, Double> colorToScore = new HashMap<>(); in WallpaperColors() local
310 colorToScore.put(color, score); in WallpaperColors()
312 ArrayList<Map.Entry<Integer, Double>> mapEntries = new ArrayList(colorToScore.entrySet()); in WallpaperColors()