Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DBox.kt291 private val Measurable.boxChildDataNode: BoxChildDataNode?
292 get() = parentData as? BoxChildDataNode
300 ) : ModifierNodeElement<BoxChildDataNode>() {
301 override fun create(): BoxChildDataNode { in create()
302 return BoxChildDataNode(alignment, matchParentSize) in create()
305 override fun update(node: BoxChildDataNode) { in update()
328 private class BoxChildDataNode( class
332 override fun Density.modifyParentData(parentData: Any?) = this@BoxChildDataNode
/compose/foundation/foundation/src/androidMain/
Dbaseline-prof.txt181 HSPLandroidx/compose/foundation/layout/BoxChildDataNode;->**(**)**