Home
last modified time | relevance | path

Searched refs:maxPageCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/paging/common/src/main/java/androidx/paging/
DPagedStorage.java410 final int maxPageCount = (size() + mPageSize - 1) / mPageSize; in allocatePlaceholders() local
412 int maximumPage = Math.min((index + prefetchDistance) / mPageSize, maxPageCount - 1); in allocatePlaceholders()