setInitialPrefetchItemCount

Sets the number of items to prefetch in RecyclerView.LayoutManager.collectInitialPrefetchPositions, which defines how many inner items should be prefetched when this RecyclerView is nested inside another RecyclerView.

Parameters

itemCount

Number of items to prefetch

See also