Searched refs:maxPageCount (Results 1 – 1 of 1) sorted by relevance
410 final int maxPageCount = (size() + mPageSize - 1) / mPageSize; in allocatePlaceholders() local412 int maximumPage = Math.min((index + prefetchDistance) / mPageSize, maxPageCount - 1); in allocatePlaceholders()