Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionLayout.kt469 val channel = remember { Channel<ConstraintSet>(Channel.CONFLATED) } in MotionLayoutCore() constant
DConstraintLayout.kt367 val channel = remember { Channel<ConstraintSet>(Channel.CONFLATED) } in <lambda>() constant
773 val channel = remember { Channel<ConstraintSet>(Channel.CONFLATED) } in <lambda>() constant