Searched refs:CacheWindowLogic (Results 1 – 7 of 7) sorted by relevance
21 import androidx.compose.foundation.lazy.layout.CacheWindowLogic36 CacheWindowLogic(cacheWindow), LazyListPrefetchStrategy {
29 import androidx.compose.foundation.lazy.layout.CacheWindowLogic in <lambda>()393 (state.prefetchStrategy as? CacheWindowLogic)?.keepAroundItems( in rememberLazyListMeasurePolicy()402 private fun CacheWindowLogic.keepAroundItems( in keepAroundItems() method
30 import androidx.compose.foundation.lazy.layout.CacheWindowLogic419 (prefetchStrategy as? CacheWindowLogic)?.resetStrategy() in snapToItemIndexInternal()
22 import androidx.compose.foundation.lazy.layout.CacheWindowLogic34 CacheWindowLogic(cacheWindow), LazyGridPrefetchStrategy {
30 import androidx.compose.foundation.lazy.layout.CacheWindowLogic in <lambda>()422 (state.prefetchStrategy as? CacheWindowLogic)?.keepAroundItems( in rememberLazyGridMeasurePolicy()432 private fun CacheWindowLogic.keepAroundItems( in keepAroundItems() method
31 import androidx.compose.foundation.lazy.layout.CacheWindowLogic in <lambda>()452 (prefetchStrategy as? CacheWindowLogic)?.resetStrategy() in snapToItemIndexInternal()
33 internal abstract class CacheWindowLogic( in <lambda>() class