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.kt250 val keylineListScope = KeylineListScopeImpl() in emptyKeylineList() constant
251 keylines.invoke(keylineListScope) in emptyKeylineList()
252 return keylineListScope.createWithAlignment( in emptyKeylineList()
270 val keylineListScope = KeylineListScopeImpl() in keylineListOf() constant
271 keylines.invoke(keylineListScope) in keylineListOf()
272 return keylineListScope.createWithPivot( in keylineListOf()