Home
last modified time | relevance | path

Searched defs:source (Results 1 – 20 of 20) sorted by relevance

/paging/paging-testing/src/commonTest/kotlin/androidx/paging/testing/
DTestPagerTest.kt38 val source = TestPagingSource() in refresh_nullKey() constant
50 val source = TestPagingSource() in refresh_withInitialKey() constant
62 val source = TestPagingSource() in refresh_returnError() constant
77 val source = TestPagingSource() in refresh_returnInvalid() constant
92 val source = TestPagingSource() in refresh_invalidPagingSource() constant
107 val source = TestPagingSource() in refresh_getLastLoadedPage() constant
123 val source = TestPagingSource() in getLastLoadedPage_afterInvalidPagingSource() constant
142 val source = TestPagingSource() in refresh_getPages() constant
160 val source = TestPagingSource() in <lambda>() constant
181 val source = TestPagingSource() in <lambda>() constant
[all …]
DStaticListPagingSourceTest.kt247 val source = StaticListPagingSource(DATA) in <lambda>() constant
DPagerFlowSnapshotTest.kt3260 val source = pagingSources.first() in <lambda>() constant
3288 val source = pagingSources.first() in <lambda>() constant
3342 val source = pagingSources.first() in <lambda>() constant
3376 val source = pagingSources.first() in <lambda>() constant
/paging/paging-common/src/commonMain/kotlin/androidx/paging/
DMutableCombinedLoadStateCollection.kt50 var source = currState?.source ?: LoadStates.IDLE in <lambda>() variable
DCombinedLoadStates.kt69 public val source: LoadStates, in <lambda>() constant in androidx.paging.CombinedLoadStates
DCachedPageEventFlow.kt250 val source = sourceStates.snapshot() in getAsEvents() constant
DPagingDataPresenter.kt181 val source = combinedLoadStatesCollection.stateFlow.value?.source in <lambda>() constant
DPageEvent.kt300 val source: LoadStates, in <lambda>() constant in androidx.paging.PageEvent.LoadStateUpdate
/paging/paging-common/src/commonJvmAndroidMain/kotlin/androidx/paging/
DWrapperPositionalDataSource.jvm.kt23 private val source: PositionalDataSource<A>, constant in androidx.paging.WrapperPositionalDataSource
DWrapperDataSource.jvm.kt28 private val source: DataSource<Key, ValueFrom>, constant in androidx.paging.WrapperDataSource
DWrapperPageKeyedDataSource.jvm.kt23 private val source: PageKeyedDataSource<K, A>, constant in androidx.paging.WrapperPageKeyedDataSource
DWrapperItemKeyedDataSource.jvm.kt24 private val source: ItemKeyedDataSource<K, A>, constant in androidx.paging.WrapperItemKeyedDataSource
DLegacyPageFetcher.jvm.kt30 val source: PagingSource<K, V>, constant in androidx.paging.LegacyPageFetcher
/paging/paging-rxjava2/src/test/java/androidx/paging/
DRxPagedListBuilderTest.kt274 val source = it as MockDataSourceFactory.MockPagingSource in <lambda>() constant
/paging/paging-rxjava3/src/test/java/androidx/paging/
DRxPagedListBuilderTest.kt276 val source = it as MockDataSourceFactory.MockPagingSource in <lambda>() constant
/paging/paging-runtime/src/androidTest/java/androidx/paging/
DLivePagedListBuilderTest.kt373 val source = pagedLists[1].pagingSource as TestPagingSource in <lambda>() constant
/paging/paging-common/src/jvmTest/kotlin/androidx/paging/
DItemKeyedDataSourceTest.kt355 private val source: ItemKeyedDataSource<K, A> in <lambda>() constant in androidx.paging.ItemKeyedDataSourceTest.WrapperDataSource
414 private class DecoratedWrapperDataSource(private val source: ItemKeyedDataSource<Key, Item>) : in <lambda>() constant in androidx.paging.ItemKeyedDataSourceTest.DecoratedWrapperDataSource
DPositionalDataSourceTest.kt294 private val source: PositionalDataSource<A> in <lambda>() constant in androidx.paging.PositionalDataSourceTest.WrapperDataSource
DPageKeyedDataSourceTest.kt325 private val source: PageKeyedDataSource<K, A> in <lambda>() constant in androidx.paging.PageKeyedDataSourceTest.WrapperDataSource
/paging/paging-common/src/commonTest/kotlin/androidx/paging/
DCachingTest.kt533 private class ItemCollector(val source: Flow<PagingData<Item>>) { in <lambda>() constant in androidx.paging.CachingTest.ItemCollector