Home
last modified time | relevance | path

Searched defs:foundIndex (Results 1 – 1 of 1) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridLaneInfo.kt165 val foundIndex = spannedItems.binarySearchBy(itemIndex) { it.index } in setGaps() constant
185 val foundIndex = spannedItems.binarySearchBy(itemIndex) { it.index } in getGaps() constant