Searched refs:previousConsumed (Results 1 – 1 of 1) sorted by relevance
253 val previousConsumed = currentEvent.changes.fastAny { it.isConsumed } in detectDragGestures() constant254 if (previousConsumed) PointerEventPass.Final else PointerEventPass.Main in detectDragGestures()