Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt213 fun DragController.onDragStopped(velocity: Float, canChangeScene: Boolean = true) { in onDragStopped() method in com.android.compose.animation.scene.DraggableHandlerTest.TestGestureScope
280 dragController.onDragStopped(velocity = velocityThreshold - 0.01f) in <lambda>()
293 dragController.onDragStopped(velocity = velocityThreshold) in <lambda>()
306 dragController.onDragStopped(velocity = 0f) in <lambda>()
332 dragController.onDragStopped(velocity = velocityThreshold) in onDragReversedDirection_changeToScene()
419 dragController.onDragStopped(velocity = 0f) in TestGestureScope()
436 dragController1.onDragStopped(velocity = -velocityThreshold) in <lambda>()
451 dragController2.onDragStopped(velocity = -velocityThreshold) in <lambda>()
463 dragController1.onDragStopped(velocity = -velocityThreshold) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
479 dragController2.onDragStopped(velocity = 0f) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle()
[all …]
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
DCustomizedAppBar.kt347 onDragStopped = { velocity -> in TwoRowsTopAppBar()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt607 onDragStopped = { velocity -> launch { state.performFling(velocity) } }, in <lambda>()