Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/tooling/
DSnapshotObserver.kt231 internal fun dispatchObserverOnApplied(snapshot: Snapshot, changes: ScatterSet<StateObject>?) { in dispatchObserverOnApplied() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshot.kt37 import androidx.compose.runtime.snapshots.tooling.dispatchObserverOnApplied in <lambda>()
881 dispatchObserverOnApplied(this, modified) in apply()
1621 dispatchObserverOnApplied(this, modified) in apply()