Home
last modified time | relevance | path

Searched defs:observers (Results 1 – 4 of 4) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/tooling/
DSnapshotObserver.kt152 @ExperimentalComposeRuntimeApi private var observers: PersistentList<SnapshotObserver>? = null variable
163 val observers = observers in creatingSnapshot() constant
232 val observers = observers in dispatchObserverOnApplied() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DDerivedState.kt373 val observers = derivedStateObservers() in notifyObservers() constant
393 val observers = derivedStateObservers() in observeDerivedStateRecalculations() constant
DRecomposer.kt853 val observers = in addCompositionRegistrationObserver() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshot.kt828 var observers = emptyList<(Set<Any>, Snapshot) -> Unit>() in apply() variable
1981 val observers = applyObservers in advanceGlobalSnapshot() constant