Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutIntervalContent.kt34 withInterval(index) { localIndex, content -> in <lambda>() method
35 content.key?.invoke(localIndex) ?: getDefaultLazyLayoutKey(index) in <lambda>()
40 withInterval(index) { localIndex, content -> content.type.invoke(localIndex) } in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridSpan.kt46 val localIndex = itemIndex - startIndex in isFullSpan() constant
48 return span != null && span(localIndex) === FullLine in isFullSpan()
DLazyStaggeredGridItemProvider.kt80 intervalContent.withInterval(index) { localIndex, content -> in getKey() method
81 content.item(LazyStaggeredGridItemScopeImpl, localIndex) in getKey()
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridItemProvider.kt84 intervalContent.withInterval(index) { localIndex, content -> in getKey() method
85 content.item(LazyGridItemScopeImpl, localIndex) in getKey()
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListItemProvider.kt83 intervalContent.withInterval(index) { localIndex, content -> in Item() method
84 content.item(itemScope, localIndex) in Item()
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/
DLazyLayoutPager.kt213 intervalContent.withInterval(index) { localIndex, content -> in Item() method
214 content.item(pagerScopeImpl, localIndex) in Item()