Home
last modified time | relevance | path

Searched refs:attachToScope (Results 1 – 9 of 9) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DObservableScopeInvalidator.kt32 fun attachToScope() { in attachToScope() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridMeasurePolicy.kt64 state.measurementScopeInvalidator.attachToScope() in <lambda>()
DLazyStaggeredGridMeasure.kt978 state.placementScopeInvalidator.attachToScope() in measure()
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/
DPagerMeasurePolicy.kt73 state.measurementScopeInvalidator.attachToScope() in <lambda>()
DPagerMeasure.kt477 placementScopeInvalidator.attachToScope() in <lambda>()
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyList.kt204 state.measurementScopeInvalidator.attachToScope() in rememberLazyListMeasurePolicy()
DLazyListMeasure.kt440 placementScopeInvalidator.attachToScope() in <lambda>()
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGrid.kt193 state.measurementScopeInvalidator.attachToScope() in rememberLazyGridMeasurePolicy()
DLazyGridMeasure.kt440 placementScopeInvalidator.attachToScope() in <lambda>()