Home
last modified time | relevance | path

Searched defs:pager2 (Results 1 – 4 of 4) sorted by relevance

/paging/paging-testing/src/commonTest/kotlin/androidx/paging/testing/
DStaticListPagingSourceFactoryTest.kt95 val pager2 = TestPager(CONFIG, pagingSource2) in simpleCollect_multiGeneration() constant
153 val pager2 = TestPager(CONFIG, pagingSource2) in multipleFactories_fromSameFlow() constant
190 val pager2 = TestPager(CONFIG, pagingSource2) in singleListFactory_refresh() constant
207 val pager2 = TestPager(CONFIG, pagingSource2) in singleListFactory_empty() constant
DTestPagerTest.kt286 val pager2 = TestPager(CONFIG, source2) in multipleRefresh_onMultiplePagers() constant
603 val pager2 = TestPager(CONFIG, source) in <lambda>() constant
638 val pager2 = TestPager(CONFIG, source) in <lambda>() constant
738 val pager2 = TestPager(CONFIG, source) in <lambda>() constant
774 val pager2 = TestPager(CONFIG, source) in <lambda>() constant
/paging/paging-runtime/src/androidTest/java/androidx/paging/
DAsyncPagingDataDifferTest.kt301 val pager2 = Pager(config = PagingConfig(2), initialKey = 50) { TestPagingSource() } in presentData_cancelsLastSubmit() constant
330 val pager2 = Pager(config = PagingConfig(2), initialKey = 50) { TestPagingSource() } in submitData_cancelsLast() constant
410 val pager2 = Pager(config = PagingConfig(2), initialKey = 50) { TestPagingSource() } in submitData_cancelsLastSuspendSubmit() constant
459 val pager2 = in submitData_doesNotCancelCollectionsCoroutine() constant
DStateRestorationTest.kt179 val pager2 = createPager(pageSize = 40, enablePlaceholders = true) in userOverridesStateRestoration() constant