Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/samples/src/main/java/androidx/compose/foundation/layout/samples/
DContextualFlowRowSample.kt122 .background(MatchingColors.getByIndex(indexInLine)!!.color) in ContextualFlowRow_ItemPosition()
135 enum class MatchingColors(val index: Int, val color: Color) { class
142 fun getByIndex(index: Int): MatchingColors? { in getByIndex()
DContextualFlowColumnSample.kt128 .background(MatchingColors.getByIndex(indexInLine)!!.color) in ContextualFlowColumn_ItemPosition()