Home
last modified time | relevance | path

Searched refs:bottomOrRightBehavior (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DNestedScrollToScene.kt77 bottomOrRightBehavior: NestedScrollBehavior, in nestedScrollToScene()
85 bottomOrRightBehavior = bottomOrRightBehavior, in nestedScrollToScene()
93 private val bottomOrRightBehavior: NestedScrollBehavior, in nestedScrollToScene() constant in com.android.compose.animation.scene.NestedScrollToSceneElement
101 bottomOrRightBehavior = bottomOrRightBehavior, in nestedScrollToScene()
110 bottomOrRightBehavior = bottomOrRightBehavior, in nestedScrollToScene()
120 properties["bottomOrRightBehavior"] = bottomOrRightBehavior in nestedScrollToScene()
128 bottomOrRightBehavior: NestedScrollBehavior,
136 bottomOrRightBehavior = bottomOrRightBehavior,
159 bottomOrRightBehavior: NestedScrollBehavior, in update()
172 bottomOrRightBehavior = bottomOrRightBehavior, in update()
[all …]
DScene.kt149 bottomOrRightBehavior = rightBehavior, in <lambda>()
162 bottomOrRightBehavior = bottomBehavior, in <lambda>()
DDraggableHandler.kt902 private val bottomOrRightBehavior: NestedScrollBehavior, constant in com.android.compose.animation.scene.NestedScrollHandlerImpl
986 offsetAvailable < 0f -> bottomOrRightBehavior in nestedScrollConnection()
1023 velocityAvailable < 0f -> bottomOrRightBehavior in nestedScrollConnection()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt115 bottomOrRightBehavior = nestedScrollBehavior, in nestedScrollConnection()