Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt68 private var dragController: DragControllerImpl? = null in onDrag()
174 val newDragController = DragControllerImpl(this, swipes, swipeTransition) in onDrag()
240 private class DragControllerImpl( class