Searched refs:tertiary (Results 1 – 6 of 6) sorted by relevance
21 tertiary = Pink8027 tertiary = Pink40
95 color = MaterialTheme.colorScheme.tertiary, in TutorialSelectionButtons()
395 Color primary = null, secondary = null, tertiary = null; in parseWallpaperAttributes() local403 tertiary = color; in parseWallpaperAttributes()409 wallpaper.primaryColors = new WallpaperColors(primary, secondary, tertiary, colorHints); in parseWallpaperAttributes()
85 val tertiary = getColor(context, R.attr.materialColorTertiary) constant
49 list.add(Pair.create("tertiary", mdc.tertiary())); in getAllDynamicColorsMapped()
347 val color = LocalAndroidColorScheme.current.tertiary in NewChangesDot()