Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridItemProvider.kt36 val headerIndexes: IntList in <lambda>() constant
78 override val headerIndexes: IntList in getKey() constant in androidx.compose.foundation.lazy.grid.LazyGridItemProviderImpl
79 get() = intervalContent.headerIndexes in getKey()
DLazyGridMeasuredItemProvider.kt91 get() = itemProvider.headerIndexes
DLazyGridIntervalContent.kt37 val headerIndexes: IntList constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListItemProvider.kt35 val headerIndexes: IntList in <lambda>() constant
94 override val headerIndexes: IntList in getKey() constant in androidx.compose.foundation.lazy.LazyListItemProviderImpl
95 get() = intervalContent.headerIndexes in getKey()
DLazyListMeasuredItemProvider.kt70 val headerIndexes: IntList constant
71 get() = itemProvider.headerIndexes
DLazyListIntervalContent.kt35 val headerIndexes: IntList in <lambda>() constant
DLazyListMeasure.kt404 measuredItemProvider.headerIndexes, in <lambda>()