Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt441 val dragController2 = onDragStartedImmediately() in <lambda>() constant
442 dragController2.onDragDelta(pixels = up(fractionOfScreen = 1f)) in <lambda>()
451 dragController2.onDragStopped(velocity = -velocityThreshold) in <lambda>()
472 val dragController2 = onDragStartedImmediately() in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle() constant
473 dragController2.onDragDelta(pixels = up(fractionOfScreen = 0.5f)) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
474 dragController2.onDragDelta(pixels = up(fractionOfScreen = 0.5f)) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
478 dragController2.onDragDelta(pixels = up(fractionOfScreen = 0.5f)) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
479 dragController2.onDragStopped(velocity = 0f) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
485 dragController2.onDragDelta(pixels = up(fractionOfScreen = 0.5f)) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
486 dragController2.onDragStopped(velocity = 0f) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
[all …]