| /paging/paging-common/src/commonMain/kotlin/androidx/paging/ |
| D | InvalidatingPagingSourceFactory.kt | 39 private var pagingSources: List<PagingSource<Key, Value>> = emptyList() variable in androidx.paging.InvalidatingPagingSourceFactory 41 @VisibleForTesting internal fun pagingSources() = pagingSources in pagingSources() method in androidx.paging.InvalidatingPagingSourceFactory
|
| /paging/paging-common/src/commonJvmAndroidTest/kotlin/androidx/paging/ |
| D | PageFetcherTest.kt | 211 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant 255 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant 314 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant 442 val pagingSources = mutableListOf<PagingSource<Int, Int>>() in <lambda>() constant 584 val pagingSources = mutableListOf<PagingSource<Int, Int>>() in <lambda>() constant 734 val pagingSources = mutableListOf<PagingSource<Int, Int>>() in <lambda>() constant 1057 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant
|
| D | PageFetcherSnapshotTest.kt | 2733 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant 2960 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant
|
| /paging/paging-runtime/src/androidTest/java/androidx/paging/ |
| D | LivePagedListBuilderTest.kt | 268 val pagingSources = mutableListOf<MockPagingSourceFactory.MockPagingSource>() in <lambda>() constant 329 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant
|
| D | LivePagedListTest.kt | 205 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant
|
| D | AsyncPagingDataDifferTest.kt | 1536 val pagingSources = mutableListOf<TestPagingSource>() in recoverFromInterruptedPrefetch() constant
|
| /paging/paging-common/src/commonTest/kotlin/androidx/paging/ |
| D | PagingDataPresenterTest.kt | 332 runTest(collectWithCachedIn) { presenter, pagingSources, uiReceivers, hintReceivers -> in <lambda>() method 1684 runTest(collectWithCachedIn, initialKey = 50) { presenter, pagingSources, _, _ -> in <lambda>() method 1777 runTest(collectWithCachedIn) { presenter, pagingSources, _, _ -> in <lambda>() method 1893 runTest(collectWithCachedIn, initialKey = 50) { presenter, pagingSources, _, _ -> in <lambda>() method 2008 runTest(collectWithCachedIn, initialKey = 50) { presenter, pagingSources, _, _ -> in <lambda>() method 2046 runTest(collectWithCachedIn) { presenter, pagingSources, _, _ -> in <lambda>() method 2098 runTest(collectWithCachedIn, initialKey = 50) { presenter, pagingSources, _, _ -> in <lambda>() method 2148 runTest(collectWithCachedIn) { presenter, pagingSources, _, _ -> in <lambda>() method 2187 runTest(collectWithCachedIn, initialKey = 50) { presenter, pagingSources, _, _ -> in <lambda>() method 2238 runTest(collectWithCachedIn) { presenter, pagingSources, _, _ -> in <lambda>() method [all …]
|
| /paging/paging-rxjava2/src/test/java/androidx/paging/ |
| D | RxPagedListBuilderTest.kt | 271 val pagingSources = mutableListOf<MockDataSourceFactory.MockPagingSource>() in <lambda>() constant
|
| /paging/paging-rxjava3/src/test/java/androidx/paging/ |
| D | RxPagedListBuilderTest.kt | 273 val pagingSources = mutableListOf<MockDataSourceFactory.MockPagingSource>() in <lambda>() constant
|
| /paging/paging-testing/src/commonTest/kotlin/androidx/paging/testing/ |
| D | PagerFlowSnapshotTest.kt | 3247 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant 3276 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant 3319 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant 3364 val pagingSources = mutableListOf<TestPagingSource>() in <lambda>() constant
|