Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DStrategy.kt48 val defaultKeylines: KeylineList, in <lambda>()
49 val startKeylineSteps: List<KeylineList>, in <lambda>()
50 val endKeylineSteps: List<KeylineList>, in <lambda>()
79 defaultKeylines: KeylineList, in <lambda>()
139 ): KeylineList { in <lambda>()
253 startKeylineSteps: List<KeylineList>, in getStartShiftDistance()
266 endKeylineSteps: List<KeylineList>, in getEndShiftDistance()
292 defaultKeylines: KeylineList, in getStartKeylineSteps()
296 ): List<KeylineList> { in getStartKeylineSteps()
299 val steps: MutableList<KeylineList> = mutableListOf() in getStartKeylineSteps()
[all …]
DKeylineList.kt65 internal class KeylineList internal constructor(keylines: List<Keyline>) : in <lambda>() class
222 if (other !is KeylineList) return false in <lambda>()
237 val Empty = KeylineList(emptyList()) in <lambda>()
241 internal fun emptyKeylineList() = KeylineList.Empty in emptyKeylineList()
249 ): KeylineList { in emptyKeylineList()
269 ): KeylineList { in keylineListOf()
322 ): KeylineList { in add()
334 return KeylineList(keylines) in add()
341 ): KeylineList { in add()
378 return KeylineList(keylines) in add()
[all …]
DKeylines.kt54 ): KeylineList {
152 ): KeylineList { in createLeftAlignedKeylineList()
184 ): KeylineList { in uncontainedKeylineList()
DCarousel.kt229 keylineList: (availableSpace: Float, itemSpacing: Float) -> KeylineList, in Carousel()
369 private val keylineList: (availableSpace: Float, itemSpacing: Float) -> KeylineList,
/compose/material3/material3/src/androidUnitTest/kotlin/androidx/compose/material3/carousel/
DStrategyTest.kt713 private fun createCenterAlignedKeylineList(): KeylineList { in <lambda>()
734 private fun createStartAlignedKeylineList(): KeylineList { in <lambda>()
749 private fun createStartAlignedCutoffKeylineList(cutoff: Float): KeylineList { in <lambda>()
764 private fun createEndAlignedCutoffKeylineList(cutoff: Float): KeylineList { in <lambda>()
DKeylineTest.kt135 KeylineList( in testKeylineListLerp()
291 private fun createTestKeylineList(): KeylineList { in createTestKeylineList()