Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt204 dragController.onDragDelta(pixels = overSlop) in onDragStarted()
209 fun DragController.onDragDelta(pixels: Float) { in DragController() method in com.android.compose.animation.scene.DraggableHandlerTest.TestGestureScope
271 dragController.onDragDelta(pixels = down(fractionOfScreen = 0.1f)) in <lambda>()
323 dragController.onDragDelta(pixels = 100f) in onDragReversedDirection_changeToScene()
363 dragController.onDragDelta(pixels = -10f) in <lambda>()
372 dragController.onDragDelta(pixels = -10f) in <lambda>()
407 dragController.onDragDelta(pixels = up(fractionOfScreen = 0.3f)) in <lambda>()
442 dragController2.onDragDelta(pixels = up(fractionOfScreen = 1f)) in <lambda>()
462 dragController1.onDragDelta(pixels = up(fractionOfScreen = 0.2f)) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
473 dragController2.onDragDelta(pixels = up(fractionOfScreen = 0.5f)) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
[all …]