Home
last modified time | relevance | path

Searched defs:setPosition (Results 1 – 7 of 7) sorted by relevance

/compose/ui/ui-graphics/src/androidMain/kotlin/androidx/compose/ui/graphics/layer/
DAndroidGraphicsLayer.android.kt404 private fun setPosition(topLeft: IntOffset, size: IntSize) { in <lambda>() method
970 fun setPosition(x: Int, y: Int, size: IntSize) in setPosition() method
DGraphicsLayerV29.android.kt221 override fun setPosition(x: Int, y: Int, size: IntSize) { in setPosition() method in androidx.compose.ui.graphics.layer.GraphicsLayerV29
DGraphicsLayerV23.android.kt294 override fun setPosition(x: Int, y: Int, size: IntSize) { in setPosition() method
DGraphicsViewLayer.android.kt372 override fun setPosition(x: Int, y: Int, size: IntSize) { in setPosition() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DDeviceRenderNode.android.kt64 fun setPosition(left: Int, top: Int, right: Int, bottom: Int): Boolean method
DRenderNodeApi29.android.kt234 override fun setPosition(left: Int, top: Int, right: Int, bottom: Int): Boolean { in setPosition() method in androidx.compose.ui.platform.RenderNodeApi29
DRenderNodeApi23.android.kt293 override fun setPosition(left: Int, top: Int, right: Int, bottom: Int): Boolean { in setPosition() method in androidx.compose.ui.platform.RenderNodeApi23