Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/
DPagerScrollScope.kt35 fun LazyLayoutScrollScope(state: PagerState, scrollScope: ScrollScope): LazyLayoutScrollScope { in LazyLayoutScrollScope() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListScrollScope.kt33 fun LazyLayoutScrollScope(state: LazyListState, scrollScope: ScrollScope): LazyLayoutScrollScope { in LazyLayoutScrollScope() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridScrollScope.kt34 fun LazyLayoutScrollScope( in LazyLayoutScrollScope() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridScrollScope.kt34 fun LazyLayoutScrollScope(state: LazyGridState, scrollScope: ScrollScope): LazyLayoutScrollScope { in LazyLayoutScrollScope() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutScrollScope.kt58 interface LazyLayoutScrollScope : ScrollScope { interface