Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DNestedScrollToScene.kt35 enum class NestedScrollBehavior(val canStartOnPostFling: Boolean) { class
76 topOrLeftBehavior: NestedScrollBehavior, in nestedScrollToScene()
77 bottomOrRightBehavior: NestedScrollBehavior, in nestedScrollToScene()
92 private val topOrLeftBehavior: NestedScrollBehavior, in nestedScrollToScene()
93 private val bottomOrRightBehavior: NestedScrollBehavior, in nestedScrollToScene()
127 topOrLeftBehavior: NestedScrollBehavior,
128 bottomOrRightBehavior: NestedScrollBehavior,
158 topOrLeftBehavior: NestedScrollBehavior, in update()
159 bottomOrRightBehavior: NestedScrollBehavior, in update()
187 topOrLeftBehavior: NestedScrollBehavior,
[all …]
DSceneTransitionLayout.kt258 leftBehavior: NestedScrollBehavior = NestedScrollBehavior.EdgeNoPreview, in Modifier()
259 rightBehavior: NestedScrollBehavior = NestedScrollBehavior.EdgeNoPreview, in Modifier()
271 topBehavior: NestedScrollBehavior = NestedScrollBehavior.EdgeNoPreview, in verticalNestedScrollToScene()
272 bottomBehavior: NestedScrollBehavior = NestedScrollBehavior.EdgeNoPreview, in verticalNestedScrollToScene()
DScene.kt141 leftBehavior: NestedScrollBehavior, in <lambda>()
142 rightBehavior: NestedScrollBehavior, in <lambda>()
154 topBehavior: NestedScrollBehavior, in <lambda>()
155 bottomBehavior: NestedScrollBehavior, in <lambda>()
DDraggableHandler.kt901 private val topOrLeftBehavior: NestedScrollBehavior,
902 private val bottomOrRightBehavior: NestedScrollBehavior,
983 val behavior: NestedScrollBehavior = in nestedScrollConnection()
995 NestedScrollBehavior.DuringTransitionBetweenScenes -> { in nestedScrollConnection()
999 NestedScrollBehavior.EdgeNoPreview -> { in nestedScrollConnection()
1003 NestedScrollBehavior.EdgeWithPreview -> { in nestedScrollConnection()
1007 NestedScrollBehavior.EdgeAlways -> { in nestedScrollConnection()
1020 val behavior: NestedScrollBehavior = in nestedScrollConnection()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt30 import com.android.compose.animation.scene.NestedScrollBehavior.DuringTransitionBetweenScenes
31 import com.android.compose.animation.scene.NestedScrollBehavior.EdgeAlways
32 import com.android.compose.animation.scene.NestedScrollBehavior.EdgeNoPreview
33 import com.android.compose.animation.scene.NestedScrollBehavior.EdgeWithPreview
108 nestedScrollBehavior: NestedScrollBehavior, in nestedScrollConnection()
680 use: NestedScrollBehavior, in flingAfterScroll()
732 use: NestedScrollBehavior, in flingAfterScrollStartedInScene()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt68 import com.android.compose.animation.scene.NestedScrollBehavior in <lambda>()
347 topBehavior = NestedScrollBehavior.EdgeWithPreview, in NotificationScrollingStack()