Searched refs:PrefetchCount (Results 1 – 4 of 4) sorted by relevance
25 const prefetchCount = new PrefetchCount(itemsOnScreen, prefetchRangeRatio);
17 class PrefetchCount {
50 private readonly prefetchCount: PrefetchCount,
22 const prefetchCount = new PrefetchCount(itemsOnScreen, prefetchRangeRatio);354 class PrefetchCount { class