Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DDerivedState.kt205 val nestedCalculationLevel = calculationLevelRef.element in current() constant
207 calculationLevelRef.element = nestedCalculationLevel + 1 in current()
217 readNestedLevel - nestedCalculationLevel, in current()
226 calculationLevelRef.element = nestedCalculationLevel in current()