Searched refs:fetchPreviewsInteractor (Results 1 – 3 of 3) sorted by relevance
114 backgroundScope.launch { fetchPreviewsInteractor.activate() } in setsInitialPreviews()150 backgroundScope.launch { fetchPreviewsInteractor.activate() } in <lambda>()194 backgroundScope.launch { fetchPreviewsInteractor.activate() } in loadMoreLeft_evictRight()230 backgroundScope.launch { fetchPreviewsInteractor.activate() } in loadMoreRight_evictLeft()261 backgroundScope.launch { fetchPreviewsInteractor.activate() } in noMoreRight_appendUnclaimedFromInitialSelection()282 backgroundScope.launch { fetchPreviewsInteractor.activate() } in noMoreLeft_appendUnclaimedFromInitialSelection()
51 private val fetchPreviewsInteractor: Lazy<FetchPreviewsInteractor>, constant77 viewModelScope.launch(bgDispatcher) { fetchPreviewsInteractor.get().activate() } in <lambda>()
69 val Kosmos.fetchPreviewsInteractor constant