| /paging/paging-testing/src/commonTest/kotlin/androidx/paging/testing/ |
| D | TestPagerTest.kt | 38 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 …]
|
| D | StaticListPagingSourceTest.kt | 247 val source = StaticListPagingSource(DATA) in <lambda>() constant
|
| D | PagerFlowSnapshotTest.kt | 3260 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/ |
| D | MutableCombinedLoadStateCollection.kt | 50 var source = currState?.source ?: LoadStates.IDLE in <lambda>() variable
|
| D | CombinedLoadStates.kt | 69 public val source: LoadStates, in <lambda>() constant in androidx.paging.CombinedLoadStates
|
| D | CachedPageEventFlow.kt | 250 val source = sourceStates.snapshot() in getAsEvents() constant
|
| D | PagingDataPresenter.kt | 181 val source = combinedLoadStatesCollection.stateFlow.value?.source in <lambda>() constant
|
| D | PageEvent.kt | 300 val source: LoadStates, in <lambda>() constant in androidx.paging.PageEvent.LoadStateUpdate
|
| /paging/paging-common/src/commonJvmAndroidMain/kotlin/androidx/paging/ |
| D | WrapperPositionalDataSource.jvm.kt | 23 private val source: PositionalDataSource<A>, constant in androidx.paging.WrapperPositionalDataSource
|
| D | WrapperDataSource.jvm.kt | 28 private val source: DataSource<Key, ValueFrom>, constant in androidx.paging.WrapperDataSource
|
| D | WrapperPageKeyedDataSource.jvm.kt | 23 private val source: PageKeyedDataSource<K, A>, constant in androidx.paging.WrapperPageKeyedDataSource
|
| D | WrapperItemKeyedDataSource.jvm.kt | 24 private val source: ItemKeyedDataSource<K, A>, constant in androidx.paging.WrapperItemKeyedDataSource
|
| D | LegacyPageFetcher.jvm.kt | 30 val source: PagingSource<K, V>, constant in androidx.paging.LegacyPageFetcher
|
| /paging/paging-rxjava2/src/test/java/androidx/paging/ |
| D | RxPagedListBuilderTest.kt | 274 val source = it as MockDataSourceFactory.MockPagingSource in <lambda>() constant
|
| /paging/paging-rxjava3/src/test/java/androidx/paging/ |
| D | RxPagedListBuilderTest.kt | 276 val source = it as MockDataSourceFactory.MockPagingSource in <lambda>() constant
|
| /paging/paging-runtime/src/androidTest/java/androidx/paging/ |
| D | LivePagedListBuilderTest.kt | 373 val source = pagedLists[1].pagingSource as TestPagingSource in <lambda>() constant
|
| /paging/paging-common/src/jvmTest/kotlin/androidx/paging/ |
| D | ItemKeyedDataSourceTest.kt | 355 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
|
| D | PositionalDataSourceTest.kt | 294 private val source: PositionalDataSource<A> in <lambda>() constant in androidx.paging.PositionalDataSourceTest.WrapperDataSource
|
| D | PageKeyedDataSourceTest.kt | 325 private val source: PageKeyedDataSource<K, A> in <lambda>() constant in androidx.paging.PageKeyedDataSourceTest.WrapperDataSource
|
| /paging/paging-common/src/commonTest/kotlin/androidx/paging/ |
| D | CachingTest.kt | 533 private class ItemCollector(val source: Flow<PagingData<Item>>) { in <lambda>() constant in androidx.paging.CachingTest.ItemCollector
|