Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateObserver.kt500 private fun removeObservation(scope: Any, value: Any) { in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposition.kt1281 internal fun removeObservation(instance: Any, scope: RecomposeScopeImpl) { in removeObservation() method