Searched refs:MatchingColors (Results 1 – 2 of 2) sorted by relevance
122 .background(MatchingColors.getByIndex(indexInLine)!!.color) in ContextualFlowRow_ItemPosition()135 enum class MatchingColors(val index: Int, val color: Color) { class142 fun getByIndex(index: Int): MatchingColors? { in getByIndex()
128 .background(MatchingColors.getByIndex(indexInLine)!!.color) in ContextualFlowColumn_ItemPosition()