Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DHotReloader.kt51 internal fun invalidateGroupsWithKey(key: Int) { in <lambda>() method
82 @TestOnly fun invalidateGroupsWithKey(key: Int) = HotReloader.invalidateGroupsWithKey(key) in simulateHotReload() method
DComposition.kt701 fun invalidateGroupsWithKey(key: Int) { in invalidateGroupsWithKey() method
DRecomposer.kt394 fun invalidateGroupsWithKey(key: Int) { in invalidateGroupsWithKey() method
1707 internal fun invalidateGroupsWithKey(key: Int) { in invalidateGroupsWithKey() method
DSlotTable.kt334 internal fun invalidateGroupsWithKey(target: Int): List<RecomposeScopeImpl>? { in <lambda>() method in androidx.compose.runtime.SlotTable