Home
last modified time | relevance | path

Searched refs:copyWithScrollDeltaWithoutRemeasure (Results 1 – 8 of 8) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridState.kt516 layoutInfoState.value.copyWithScrollDeltaWithoutRemeasure( in dispatchRawDelta()
524 approachLayoutInfo?.copyWithScrollDeltaWithoutRemeasure( in dispatchRawDelta()
DLazyGridMeasureResult.kt95 fun copyWithScrollDeltaWithoutRemeasure( in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridState.kt279 layoutInfoState.value.copyWithScrollDeltaWithoutRemeasure( in onScroll()
287 approachLayoutInfo?.copyWithScrollDeltaWithoutRemeasure( in onScroll()
DLazyStaggeredGridMeasureResult.kt165 fun copyWithScrollDeltaWithoutRemeasure( in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListState.kt488 layoutInfoState.value.copyWithScrollDeltaWithoutRemeasure( in dispatchRawDelta()
496 approachLayoutInfo?.copyWithScrollDeltaWithoutRemeasure( in dispatchRawDelta()
DLazyListMeasureResult.kt89 fun copyWithScrollDeltaWithoutRemeasure( in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/
DPagerMeasureResult.kt69 fun copyWithScrollDeltaWithoutRemeasure(delta: Int): PagerMeasureResult? { in <lambda>() method
DPagerState.kt257 pagerLayoutInfoState.value.copyWithScrollDeltaWithoutRemeasure( in performScroll()
264 approachLayoutInfo?.copyWithScrollDeltaWithoutRemeasure( in performScroll()