Home
last modified time | relevance | path

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

/frameworks/support/paging/common/src/main/java/androidx/paging/
DPagedStorage.java36 private int mLeadingNullCount; field in PagedStorage
65 mLeadingNullCount = 0; in PagedStorage()
81 mLeadingNullCount = other.mLeadingNullCount; in PagedStorage()
96 mLeadingNullCount = leadingNulls; in init()
125 int localIndex = i - mLeadingNullCount; in get()
168 return mLeadingNullCount; in getLeadingNullCount()
205 return mLeadingNullCount + mStorageCount + mTrailingNullCount; in size()
209 int total = mLeadingNullCount; in computeLeadingNulls()
267 final int changedCount = Math.min(mLeadingNullCount, count); in prependPage()
271 mLeadingNullCount -= changedCount; in prependPage()
[all …]