Home
last modified time | relevance | path

Searched refs:notifyExecutor (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/paging/common/src/main/java/androidx/paging/
DPagedList.java174 @NonNull Executor notifyExecutor, in create() argument
191 notifyExecutor, in create()
199 notifyExecutor, in create()
274 public Builder<Key, Value> setNotifyExecutor(@NonNull Executor notifyExecutor) { in setNotifyExecutor() argument
275 mNotifyExecutor = notifyExecutor; in setNotifyExecutor()
/frameworks/support/paging/runtime/src/main/java/androidx/paging/
DLivePagedListBuilder.java164 @NonNull final Executor notifyExecutor, in create() argument
197 .setNotifyExecutor(notifyExecutor) in create()
/frameworks/support/paging/rxjava2/src/main/java/androidx/paging/
DRxPagedListBuilder.java266 @NonNull Executor notifyExecutor, in PagingObservableOnSubscribe() argument
272 mNotifyExecutor = notifyExecutor; in PagingObservableOnSubscribe()