Searched refs:visiblePagesInAdapter (Results 1 – 1 of 1) sorted by relevance
809 void startPreloadContent(@NonNull PageRange visiblePagesInAdapter) { in startPreloadContent() argument810 int startVisibleDocument = computePageIndexInDocument(visiblePagesInAdapter.getStart()); in startPreloadContent()811 int endVisibleDocument = computePageIndexInDocument(visiblePagesInAdapter.getEnd()); in startPreloadContent()