ViewportFiller
interface ViewportFiller
Interface that is responsible for filling the viewport of the list with initial layouts according to the LayoutManager. The goal here is to have the layouts that the RecyclerView will ask for when it comes onto the screen already computed, e.g. in the background, so that we don't drop frames on the main thread. NB: This class should try to respect the layout of views as they will appear in the RecyclerView.