Home
last modified time | relevance | path

Searched refs:nestedScrollConnection (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt107 fun nestedScrollConnection( in nestedScrollConnection() method
540 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 …]
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
DSettingsScaffold.kt59 modifier = Modifier.nestedScroll(scrollBehavior.nestedScrollConnection),
DSearchScaffold.kt84 modifier = Modifier.nestedScroll(scrollBehavior.nestedScrollConnection),
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DModalBottomSheet.kt185 internal val nestedScrollConnection = this.PreUpPostDownNestedScrollConnection in expand() constant
361 .nestedScroll(sheetState.nestedScrollConnection) in ModalBottomSheetLayout()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt908 val connection: PriorityNestedScrollConnection = nestedScrollConnection()
910 private fun nestedScrollConnection(): PriorityNestedScrollConnection { in nestedScrollConnection() method in com.android.compose.animation.scene.NestedScrollHandlerImpl
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/scaffold/
DCustomizedAppBarTest.kt281 modifier = Modifier.nestedScroll(scrollBehavior.nestedScrollConnection), in <lambda>()