Searched refs:NestedScrollBehavior (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | NestedScrollToScene.kt | 35 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 …]
|
D | SceneTransitionLayout.kt | 258 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()
|
D | Scene.kt | 141 leftBehavior: NestedScrollBehavior, in <lambda>() 142 rightBehavior: NestedScrollBehavior, in <lambda>() 154 topBehavior: NestedScrollBehavior, in <lambda>() 155 bottomBehavior: NestedScrollBehavior, in <lambda>()
|
D | DraggableHandler.kt | 901 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/ |
D | DraggableHandlerTest.kt | 30 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/ |
D | Notifications.kt | 68 import com.android.compose.animation.scene.NestedScrollBehavior in <lambda>() 347 topBehavior = NestedScrollBehavior.EdgeWithPreview, in NotificationScrollingStack()
|