Home
last modified time | relevance | path

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

/frameworks/support/paging/rxjava2/src/main/java/androidx/paging/
DRxPagedListBuilder.java55 private Executor mNotifyExecutor; field in RxPagedListBuilder
157 mNotifyExecutor = new Executor() { in setNotifyScheduler()
202 if (mNotifyExecutor == null) { in buildObservable()
203 mNotifyExecutor = ArchTaskExecutor.getMainThreadExecutor(); in buildObservable()
204 mNotifyScheduler = Schedulers.from(mNotifyExecutor); in buildObservable()
215 mNotifyExecutor, in buildObservable()
251 private final Executor mNotifyExecutor; field in RxPagedListBuilder.PagingObservableOnSubscribe
272 mNotifyExecutor = notifyExecutor; in PagingObservableOnSubscribe()
321 .setNotifyExecutor(mNotifyExecutor) in createPagedList()
/frameworks/support/paging/common/src/main/java/androidx/paging/
DPagedList.java227 private Executor mNotifyExecutor; field in PagedList.Builder
275 mNotifyExecutor = notifyExecutor; in setNotifyExecutor()
354 if (mNotifyExecutor == null) { in build()
364 mNotifyExecutor, in build()