Home
last modified time | relevance | path

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

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DColorScheme.java221 List<Integer> distinctColors = wallpaperColors.getMainColors().stream() in getSeedColors() local
226 if (distinctColors.isEmpty()) { in getSeedColors()
229 return distinctColors; in getSeedColors()