Searched refs:bottomOrRightBehavior (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | NestedScrollToScene.kt | 77 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 …]
|
D | Scene.kt | 149 bottomOrRightBehavior = rightBehavior, in <lambda>() 162 bottomOrRightBehavior = bottomBehavior, in <lambda>()
|
D | DraggableHandler.kt | 902 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/ |
D | DraggableHandlerTest.kt | 115 bottomOrRightBehavior = nestedScrollBehavior, in nestedScrollConnection()
|