Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DMultiPointerDraggable.kt241 val consumablePointer = in detectDragGestures() constant
261 if (startDragImmediately(consumablePointer.position)) { in detectDragGestures()
262 consumablePointer.consume() in detectDragGestures()
263 consumablePointer in detectDragGestures()
278 consumablePointer.id, in detectDragGestures()
283 consumablePointer.id, in detectDragGestures()
294 val delta = (drag.position - consumablePointer.position).toFloat() in detectDragGestures()