Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridPrefetchStrategy.kt280 fun getMainAxisSize(itemIndexInLine: Int): Int in getMainAxisSize() method
292 override fun getMainAxisSize(itemIndexInLine: Int): Int = mainAxisSizes[itemIndexInLine] in getMainAxisSize() method in androidx.compose.foundation.lazy.grid.LazyGridPrefetchResultScopeImpl