Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DKeylineList.kt248 keylines: KeylineListScope.() -> Unit in emptyKeylineList()
268 keylines: KeylineListScope.() -> Unit in keylineListOf()
281 internal interface KeylineListScope { interface
295 private class KeylineListScopeImpl : KeylineListScope { in add()