Searched refs:newDragController (Results 1 – 1 of 1) sorted by relevance
174 val newDragController = DragControllerImpl(this, swipes, swipeTransition) in onDrag() constant175 newDragController.updateTransition(swipeTransition, force = true) in onDrag()176 dragController = newDragController in onDrag()177 return newDragController in onDrag()