Searched refs:backgroundScope (Results 1 – 9 of 9) sorted by relevance
| /pdf/pdf-viewer/src/test/kotlin/androidx/pdf/view/ |
| D | PageLayoutManagerTest.kt | 75 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>()
|
| D | SelectionStateManagerTest.kt | 94 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>() 177 backgroundScope.launch(UnconfinedTestDispatcher(testScheduler)) { in <lambda>()
|
| /pdf/pdf-viewer/src/main/kotlin/androidx/pdf/view/ |
| D | Page.kt | 50 private val backgroundScope: CoroutineScope, in <lambda>() constant in androidx.pdf.view.Page 107 backgroundScope, in <lambda>() 146 backgroundScope in <lambda>() 185 backgroundScope in <lambda>()
|
| D | PageManager.kt | 41 private val backgroundScope: CoroutineScope, in <lambda>() constant in androidx.pdf.view.PageManager 138 backgroundScope, in <lambda>()
|
| D | BitmapFetcher.kt | 60 private val backgroundScope: CoroutineScope, in <lambda>() constant 245 return backgroundScope.launch { in <lambda>() 267 backgroundScope.launch { in <lambda>()
|
| D | PageLayoutManager.kt | 48 private val backgroundScope: CoroutineScope, constant in androidx.pdf.view.PageLayoutManager 234 backgroundScope.launch { in loadPageDimensions()
|
| D | SelectionStateManager.kt | 40 private val backgroundScope: CoroutineScope, constant in androidx.pdf.view.SelectionStateManager 235 backgroundScope in updateSelectionAsync()
|
| D | PdfView.kt | 221 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/ |
| D | PdfDocumentViewModelTest.kt | 65 backgroundScope.launch { in <lambda>() 87 backgroundScope.launch { in <lambda>()
|