Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridDsl.kt291 private val calculation: Density.(Constraints) -> LazyStaggeredGridSlots in invoke() constant in androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridSlotCache
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DEffectsTests.kt54 var calculation = 0 in <lambda>() variable
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DDerivedState.kt87 private val calculation: () -> T, constant in androidx.compose.runtime.DerivedSnapshotState
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridDsl.kt275 private class GridSlotCache(private val calculation: Density.(Constraints) -> LazyGridSlots) : in invoke() constant in androidx.compose.foundation.lazy.grid.GridSlotCache