Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/extensions/
DModifierExt.kt27 this.then(pointerInput(Unit) { consumeAllGestures() }) in <lambda>()
DPointerInputScopeExt.kt89 suspend fun PointerInputScope.consumeAllGestures() = coroutineScope { in <lambda>() method