Home
last modified time | relevance | path

Searched defs:sharePointerInputWithSiblings (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DPointerInputModifierNode.kt79 fun sharePointerInputWithSiblings(): Boolean = false in onPointerEvent() method
DBackwardsCompatNode.kt364 override fun sharePointerInputWithSiblings(): Boolean { in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/
DSharePointerInputWithSiblingTest.kt223 override fun sharePointerInputWithSiblings(): Boolean { in sharePointerInputWithSiblings() method in androidx.compose.ui.node.TestPointerInputNode