Searched refs:onApplied (Results 1 – 6 of 6) sorted by relevance
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/tooling/ |
| D | SnapshotObserverTests.kt | 84 override fun onApplied(snapshot: Snapshot, changed: Set<Any>) { in canObserveApply() method 154 override fun onApplied(snapshot: Snapshot, changed: Set<Any>) { in canObserveApplyOfNestedSnapshot() method 289 override fun onApplied(snapshot: Snapshot, changed: Set<Any>) { in canHaveMultipleObservers() method 376 override fun onApplied(snapshot: Snapshot, changed: Set<Any>) { in receivesTheCorrectParent() method
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/tooling/ |
| D | SnapshotObserver.kt | 95 fun onApplied(snapshot: Snapshot, changed: Set<Any>) {} in <lambda>() method 235 observers.fastForEach { observer -> observer.onApplied(snapshot, wrappedChanges) } in dispatchObserverOnApplied()
|
| /compose/runtime/runtime/api/ |
| D | 1.8.0-beta01.txt | 1119 …method public default void onApplied(androidx.compose.runtime.snapshots.Snapshot snapshot, java.ut…
|
| D | current.txt | 1125 …method public default void onApplied(androidx.compose.runtime.snapshots.Snapshot snapshot, java.ut…
|
| D | restricted_current.txt | 1205 …method public default void onApplied(androidx.compose.runtime.snapshots.Snapshot snapshot, java.ut…
|
| D | restricted_1.8.0-beta01.txt | 1199 …method public default void onApplied(androidx.compose.runtime.snapshots.Snapshot snapshot, java.ut…
|