Home
last modified time | relevance | path

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

/frameworks/support/paging/common/src/main/java/androidx/paging/
DPagedStorage.java379 int newStorageAllocated = (leadingNullPages - minimumPage) * mPageSize; in allocatePageRange() local
380 mStorageCount += newStorageAllocated; in allocatePageRange()
381 mLeadingNullCount -= newStorageAllocated; in allocatePageRange()
386 int newStorageAllocated = Math.min(mTrailingNullCount, in allocatePageRange() local
391 mStorageCount += newStorageAllocated; in allocatePageRange()
392 mTrailingNullCount -= newStorageAllocated; in allocatePageRange()