Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt174 val newDragController = DragControllerImpl(this, swipes, swipeTransition) in onDrag() constant
175 newDragController.updateTransition(swipeTransition, force = true) in onDrag()
176 dragController = newDragController in onDrag()
177 return newDragController in onDrag()