Home
last modified time | relevance | path

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

/frameworks/support/paging/common/src/main/java/androidx/paging/
DContiguousPagedList.java118 final int newlyPrepended = mStorage.getNumberPrepended() - snapshot.getNumberPrepended(); in dispatchUpdatesSinceSnapshot() local
127 || newlyPrepended < 0 in dispatchUpdatesSinceSnapshot()
129 || mStorage.getLeadingNullCount() != Math.max(previousLeading - newlyPrepended, 0) in dispatchUpdatesSinceSnapshot()
131 != snapshot.getStorageCount() + newlyAppended + newlyPrepended)) { in dispatchUpdatesSinceSnapshot()
148 if (newlyPrepended != 0) { in dispatchUpdatesSinceSnapshot()
149 final int changedCount = Math.min(previousLeading, newlyPrepended); in dispatchUpdatesSinceSnapshot()
150 final int addedCount = newlyPrepended - changedCount; in dispatchUpdatesSinceSnapshot()