Home
last modified time | relevance | path

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

/frameworks/support/paging/rxjava2/src/main/java/androidx/paging/
DRxPagedListBuilder.java53 private DataSource.Factory<Key, Value> mDataSourceFactory; field in RxPagedListBuilder
76 mDataSourceFactory = dataSourceFactory; in RxPagedListBuilder()
214 mDataSourceFactory, in buildObservable()
249 private final DataSource.Factory<Key, Value> mDataSourceFactory; field in RxPagedListBuilder.PagingObservableOnSubscribe
271 mDataSourceFactory = dataSourceFactory; in PagingObservableOnSubscribe()
317 mDataSource = mDataSourceFactory.create(); in createPagedList()
/frameworks/support/paging/runtime/src/main/java/androidx/paging/
DLivePagedListBuilder.java42 private DataSource.Factory<Key, Value> mDataSourceFactory; field in LivePagedListBuilder
63 mDataSourceFactory = dataSourceFactory; in LivePagedListBuilder()
153 return create(mInitialLoadKey, mConfig, mBoundaryCallback, mDataSourceFactory, in build()