Home
last modified time | relevance | path

Searched defs:calculatePositionInWindow (Results 1 – 8 of 8) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DOwner.kt224 fun calculatePositionInWindow(localPosition: Offset): Offset in onRequestMeasure() method
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/
DModifierLocalConsumerEntityTest.kt443 override fun calculatePositionInWindow(localPosition: Offset) = TODO("Not yet implemented") in calculatePositionInWindow() method in androidx.compose.ui.node.ModifierLocalConsumerEntityTest.FakeOwner
DLayoutNodeTest.kt2443 override fun calculatePositionInWindow(localPosition: Offset): Offset = in calculatePositionInWindow() method in androidx.compose.ui.node.MockOwner
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DHelpers.kt278 override fun calculatePositionInWindow(localPosition: Offset) = TODO("Not yet implemented") in calculatePositionInWindow() method in androidx.compose.ui.layout.FakeOwner
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/
DNodeChainTester.kt516 override fun calculatePositionInWindow(localPosition: Offset): Offset = in calculatePositionInWindow() method in androidx.compose.ui.node.MockOwner
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidComposeView.android.kt2641 override fun calculatePositionInWindow(localPosition: Offset): Offset { in calculatePositionInWindow() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DPointerInputEventProcessorTest.kt2982 override fun calculatePositionInWindow(localPosition: Offset): Offset = in calculatePositionInWindow() method in TestOwner
DHitPathTrackerTest.kt3505 override fun calculatePositionInWindow(localPosition: Offset): Offset = in calculatePositionInWindow() method in androidx.compose.ui.input.pointer.MockOwner