Home
last modified time | relevance | path

Searched refs:backgroundScope (Results 1 – 9 of 9) sorted by relevance

/pdf/pdf-viewer/src/test/kotlin/androidx/pdf/view/
DPageLayoutManagerTest.kt75 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
101 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
126 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
147 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
171 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
194 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
DSelectionStateManagerTest.kt94 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
177 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
/pdf/pdf-viewer/src/main/kotlin/androidx/pdf/view/
DPage.kt50 private val backgroundScope: CoroutineScope, in <lambda>() constant in androidx.pdf.view.Page
107 backgroundScope, in <lambda>()
146 backgroundScope in <lambda>()
185 backgroundScope in <lambda>()
DPageManager.kt41 private val backgroundScope: CoroutineScope, in <lambda>() constant in androidx.pdf.view.PageManager
138 backgroundScope, in <lambda>()
DBitmapFetcher.kt60 private val backgroundScope: CoroutineScope, in <lambda>() constant
245 return backgroundScope.launch { in <lambda>()
267 backgroundScope.launch { in <lambda>()
DPageLayoutManager.kt48 private val backgroundScope: CoroutineScope, constant in androidx.pdf.view.PageLayoutManager
234 backgroundScope.launch { in loadPageDimensions()
DSelectionStateManager.kt40 private val backgroundScope: CoroutineScope, constant in androidx.pdf.view.SelectionStateManager
235 backgroundScope in updateSelectionAsync()
DPdfView.kt221 private val backgroundScope: CoroutineScope = in <lambda>() constant
800 backgroundScope, in <lambda>()
810 backgroundScope, in <lambda>()
962 backgroundScope, in <lambda>()
1007 backgroundScope, in <lambda>()
1016 backgroundScope, in <lambda>()
1111 backgroundScope.coroutineContext.cancelChildren() in <lambda>()
/pdf/pdf-viewer-fragment/src/androidTest/kotlin/androidx/pdf/viewer/fragment/
DPdfDocumentViewModelTest.kt65 backgroundScope.launch { in <lambda>()
87 backgroundScope.launch { in <lambda>()