Home
last modified time | relevance | path

Searched defs:dispatchLoadBefore (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/paging/common/src/main/java/androidx/paging/
DContiguousDataSource.java45 abstract void dispatchLoadBefore( in dispatchLoadBefore() method in ContiguousDataSource
DItemKeyedDataSource.java270 final void dispatchLoadBefore(int currentBeginIndex, @NonNull Value currentBeginItem, in dispatchLoadBefore() method in ItemKeyedDataSource
DPageKeyedDataSource.java344 final void dispatchLoadBefore(int currentBeginIndex, @NonNull Value currentBeginItem, in dispatchLoadBefore() method in PageKeyedDataSource
DPositionalDataSource.java531 void dispatchLoadBefore(int currentBeginIndex, @NonNull Value currentBeginItem, in dispatchLoadBefore() method in PositionalDataSource.ContiguousWithoutPlaceholdersWrapper
/frameworks/support/paging/common/src/test/java/androidx/paging/
DContiguousPagedListTest.kt86 override fun dispatchLoadBefore( in dispatchLoadBefore() method in androidx.paging.TestSource