Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt235 fun NestedScrollConnection.preFling( in NestedScrollConnection() method in com.android.compose.animation.scene.DraggableHandlerTest.TestGestureScope
615 nestedScroll.preFling(available = Velocity.Zero) in preScrollAfterSceneTransition()
671 nestedScroll.preFling(available = Velocity.Zero) in <lambda>()
687 nestedScroll.preFling(available = Velocity(0f, velocityThreshold)) in flingAfterScroll()
746 nestedScroll.preFling(available = Velocity(0f, velocityThreshold)) in flingAfterScrollStartedInScene()
802 nestedScroll.preFling(available = Velocity(0f, velocityThreshold)) in <lambda>()
808 nestedScroll.preFling(available = Velocity(0f, velocityThreshold)) in <lambda>()
838 nestedScroll.preFling(available = Velocity(0f, -velocityThreshold)) in <lambda>()