Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DKeylineList.kt250 val keylineListScope = KeylineListScopeImpl() in emptyKeylineList()
270 val keylineListScope = KeylineListScopeImpl() in keylineListOf()
295 private class KeylineListScopeImpl : KeylineListScope { in add() class