Searched refs:BoxChildDataNode (Results 1 – 2 of 2) sorted by relevance
291 private val Measurable.boxChildDataNode: BoxChildDataNode?292 get() = parentData as? BoxChildDataNode300 ) : 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( class332 override fun Density.modifyParentData(parentData: Any?) = this@BoxChildDataNode
181 HSPLandroidx/compose/foundation/layout/BoxChildDataNode;->**(**)**