Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperColors.java239 final Map<Integer, Integer> populationByColor = new HashMap<>(); in fromBitmap() local
243 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()
254 return new WallpaperColors(populationByColor, HINT_FROM_BITMAP | hints); in fromBitmap()
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DColorScheme.java361 Map<Integer, Double> populationByColor, boolean filter) {
364 for (Map.Entry<Integer, Double> entry : populationByColor.entrySet()) {