Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DKeylineList.kt303 private val tmpKeylines = mutableListOf<TmpKeyline>() in add() constant
306 tmpKeylines.add(TmpKeyline(size, isAnchor)) in add()
312 firstFocalIndex = tmpKeylines.lastIndex in add()
332 tmpKeylines in add()
376 tmpKeylines in add()
387 lastFocalIndex < tmpKeylines.lastIndex && in add()
388 tmpKeylines[lastFocalIndex + 1].size == focalItemSize in add()
425 tmpKeylines: List<TmpKeyline> in add()
427 val pivot = tmpKeylines[pivotIndex] in add()
456 val tmp = tmpKeylines[originalIndex] in add()
[all …]