Searched refs:getStorageCount (Results 1 – 2 of 2) sorted by relevance
130 || (mStorage.getStorageCount() in dispatchUpdatesSinceSnapshot()131 != snapshot.getStorageCount() + newlyAppended + newlyPrepended)) { in dispatchUpdatesSinceSnapshot()140 final int endPosition = snapshot.getLeadingNullCount() + snapshot.getStorageCount(); in dispatchUpdatesSinceSnapshot()166 - (mStorage.getLeadingNullCount() + mStorage.getStorageCount()); in loadAroundInternal()215 + mStorage.getStorageCount() - 1 + mStorage.getPositionOffset(); in scheduleAppend()
175 int getStorageCount() { in getStorageCount() method in PagedStorage