Home
last modified time | relevance | path

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

/wear/protolayout/protolayout-material/src/main/java/androidx/wear/protolayout/material/
DChipColors.java35 private final @NonNull ColorProp mIconColor; field in ChipColors
56 mIconColor = argb(iconColor); in ChipColors()
71 mIconColor = argb(contentColor); in ChipColors()
90 mIconColor = iconColor; in ChipColors()
103 mIconColor = contentColor; in ChipColors()
131 return mIconColor; in getIconColor()
/wear/tiles/tiles-material/src/main/java/androidx/wear/tiles/material/
DChipColors.java37 private final androidx.wear.tiles.ColorBuilders.@NonNull ColorProp mIconColor; field in ChipColors
59 mIconColor = androidx.wear.tiles.ColorBuilders.argb(iconColor); in ChipColors()
74 mIconColor = androidx.wear.tiles.ColorBuilders.argb(contentColor); in ChipColors()
94 mIconColor = iconColor; in ChipColors()
109 mIconColor = contentColor; in ChipColors()
137 return mIconColor; in getIconColor()
/wear/watchface/watchface-complications-rendering/src/main/java/androidx/wear/watchface/complications/rendering/
DComplicationStyle.kt91 @ColorInt private var mIconColor = PRIMARY_COLOR_DEFAULT variable in androidx.wear.watchface.complications.rendering.ComplicationStyle
129 mIconColor = style.iconColor
160 @ColorInt get() = mIconColor
162 mIconColor = iconColor