Searched refs:mNotifyExecutor (Results 1 – 2 of 2) sorted by relevance
55 private Executor mNotifyExecutor; field in RxPagedListBuilder157 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.PagingObservableOnSubscribe272 mNotifyExecutor = notifyExecutor; in PagingObservableOnSubscribe()321 .setNotifyExecutor(mNotifyExecutor) in createPagedList()
227 private Executor mNotifyExecutor; field in PagedList.Builder275 mNotifyExecutor = notifyExecutor; in setNotifyExecutor()354 if (mNotifyExecutor == null) { in build()364 mNotifyExecutor, in build()