Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutPrefetchState.kt826 var nestedStates: MutableList<LazyLayoutPrefetchState>? = null in createNestedPrefetchRequest() variable
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposer.kt3901 val nestedStates = in reportFreeMovableContent() constant
3903 val nestedStates = mutableListOf<MovableContentStateReference>() in reportFreeMovableContent() constant