Searched refs:nestedScrollConnection (Results 1 – 6 of 6) sorted by relevance
107 fun nestedScrollConnection( in nestedScrollConnection() method540 val nestedScroll = nestedScrollConnection(nestedScrollBehavior = EdgeWithPreview) in <lambda>()550 val nestedScroll = nestedScrollConnection(nestedScrollBehavior = EdgeWithPreview) in <lambda>()564 val nestedScroll = nestedScrollConnection(nestedScrollBehavior = EdgeWithPreview) in <lambda>()579 val nestedScroll = nestedScrollConnection(nestedScrollBehavior = EdgeWithPreview) in <lambda>()610 val nestedScroll = nestedScrollConnection(nestedScrollBehavior = EdgeWithPreview) in preScrollAfterSceneTransition()667 val nestedScroll = nestedScrollConnection(nestedScrollBehavior = EdgeWithPreview) in <lambda>()683 val nestedScroll = nestedScrollConnection(nestedScrollBehavior = use) in flingAfterScroll()735 val nestedScroll = nestedScrollConnection(nestedScrollBehavior = use) in flingAfterScrollStartedInScene()788 nestedScrollConnection( in <lambda>()[all …]
59 modifier = Modifier.nestedScroll(scrollBehavior.nestedScrollConnection),
84 modifier = Modifier.nestedScroll(scrollBehavior.nestedScrollConnection),
185 internal val nestedScrollConnection = this.PreUpPostDownNestedScrollConnection in expand() constant361 .nestedScroll(sheetState.nestedScrollConnection) in ModalBottomSheetLayout()
908 val connection: PriorityNestedScrollConnection = nestedScrollConnection()910 private fun nestedScrollConnection(): PriorityNestedScrollConnection { in nestedScrollConnection() method in com.android.compose.animation.scene.NestedScrollHandlerImpl
281 modifier = Modifier.nestedScroll(scrollBehavior.nestedScrollConnection), in <lambda>()