Searched refs:localIndex (Results 1 – 6 of 6) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/ |
| D | LazyLayoutIntervalContent.kt | 34 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/ |
| D | LazyStaggeredGridSpan.kt | 46 val localIndex = itemIndex - startIndex in isFullSpan() constant 48 return span != null && span(localIndex) === FullLine in isFullSpan()
|
| D | LazyStaggeredGridItemProvider.kt | 80 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/ |
| D | LazyGridItemProvider.kt | 84 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/ |
| D | LazyListItemProvider.kt | 83 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/ |
| D | LazyLayoutPager.kt | 213 intervalContent.withInterval(index) { localIndex, content -> in Item() method 214 content.item(pagerScopeImpl, localIndex) in Item()
|