Searched refs:consumeAllGestures (Results 1 – 2 of 2) sorted by relevance
27 this.then(pointerInput(Unit) { consumeAllGestures() }) in <lambda>()
89 suspend fun PointerInputScope.consumeAllGestures() = coroutineScope { in <lambda>() method