Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DStrategy.kt329 dstIndex = 0, in getStartKeylineSteps()
341 var dstIndex = defaultKeylines.lastIndex in getStartKeylineSteps() variable
344 dstIndex = prevStep.firstIndexAfterFocalRangeWithSize(originalNeighborBeforeSize) - 1 in getStartKeylineSteps()
351 dstIndex = dstIndex, in getStartKeylineSteps()
425 dstIndex = 0, in getEndKeylineSteps()
437 var dstIndex = 0 in getEndKeylineSteps() variable
441 dstIndex = prevStep.lastIndexBeforeFocalRangeWithSize(originalNeighborAfterSize) + 1 in getEndKeylineSteps()
448 dstIndex = dstIndex, in getEndKeylineSteps()
512 dstIndex: Int, in moveKeylineAndCreateShiftedKeylineList()
517 val pivotDir = if (srcIndex > dstIndex) 1 else -1 in moveKeylineAndCreateShiftedKeylineList()
[all …]
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DToCharArray.android.kt30 var dstIndex = destinationOffset in toCharArray() variable
32 destination[dstIndex++] = this[srcIndex] in toCharArray()