Searched refs:dispatchUpdatesSinceSnapshot (Results 1 – 5 of 5) sorted by relevance
66 void dispatchUpdatesSinceSnapshot(@NonNull PagedList<T> storageSnapshot, in dispatchUpdatesSinceSnapshot() method in SnapshotPagedList
663 dispatchUpdatesSinceSnapshot(storageSnapshot, callback); in addWeakCallback()726 abstract void dispatchUpdatesSinceSnapshot(@NonNull PagedList<T> snapshot, in dispatchUpdatesSinceSnapshot() method in PagedList
121 protected void dispatchUpdatesSinceSnapshot(@NonNull PagedList<T> pagedListSnapshot, in dispatchUpdatesSinceSnapshot() method in TiledPagedList
113 void dispatchUpdatesSinceSnapshot( in dispatchUpdatesSinceSnapshot() method in ContiguousPagedList
40 override fun dispatchUpdatesSinceSnapshot(storageSnapshot: PagedList<String>, in dispatchUpdatesSinceSnapshot() method