Home
last modified time | relevance | path

Searched defs:effectiveNodeIndex (Results 1 – 2 of 2) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DOperation.kt884 val effectiveNodeIndex = getObject(EffectiveNodeIndex).element in <lambda>() constant
1025 val effectiveNodeIndex = getObject(EffectiveNodeIndex)?.element ?: 0 in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposer.kt3491 val effectiveNodeIndex = IntRef() in insertMovableContentGuarded() constant