Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DLookaheadPassDelegate.kt283 child.markNodeAndSubtreeAsNotPlaced(inLookahead = true) in <lambda>()
298 internal fun markNodeAndSubtreeAsNotPlaced(inLookahead: Boolean) { in <lambda>() method in androidx.compose.ui.node.LookaheadPassDelegate
316 forEachChildDelegate { it.markNodeAndSubtreeAsNotPlaced(true) } in <lambda>()
DMeasurePassDelegate.kt245 child.lookaheadPassDelegate!!.markNodeAndSubtreeAsNotPlaced( in <lambda>()