Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorProvider.kt187 val seedColors = ColorScheme.getSeedColors(wallpaperColors) in buildColorSeeds() constant
188 val defaultSeed = seedColors.first() in buildColorSeeds()
190 for ((i, colorInt) in seedColors.drop(1).take(maxColors - 1).withIndex()) { in buildColorSeeds()