Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListMeasuredItemProvider.kt33 private val measureScope: LazyLayoutMeasureScope constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridMeasuredItemProvider.kt32 private val measureScope: LazyLayoutMeasureScope, constant in androidx.compose.foundation.lazy.grid.LazyGridMeasuredItemProvider
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DButtonGroup.kt490 val measureScope = this in measure() constant
708 val measureScope = this in measure() constant
/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DContextualFlowLayout.kt482 return { measureScope, constraints -> measureScope.measure(constraints) } in getMeasurePolicy() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridMeasure.kt200 val measureScope: LazyLayoutMeasureScope, constant in androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridMeasureContext
1228 private val measureScope: LazyLayoutMeasureScope, in findPreviousItemIndex() constant in androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridMeasureProvider