Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DObserverModifierNode.kt54 fun <T> T.observeReads(block: () -> Unit) where T : Modifier.Node, T : ObserverModifierNode { in observeReads() method
DOwnerSnapshotObserver.kt119 internal fun <T : OwnerScope> observeReads( in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateObserver.kt221 fun <T : Any> observeReads(scope: T, onValueChangedForScope: (T) -> Unit, block: () -> Unit) { in <lambda>() method in androidx.compose.runtime.snapshots.SnapshotStateObserver
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DSharedTransitionScope.kt1109 internal fun observeReads( in observeReads() method