Home
last modified time | relevance | path

Searched refs:recentsCoroutineScope (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsViewModelHelper.kt32 private val recentsCoroutineScope: CoroutineScope, constant in com.android.quickstep.views.RecentsViewModelHelper
36 recentsCoroutineScope.cancel("RecentsView is being destroyed") in onDestroy()
47 recentsCoroutineScope.launch(dispatcherProvider.background) { in switchToScreenshot()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/di/
DRecentsDependencies.kt58 val recentsCoroutineScope = in <lambda>() constant
62 set(CoroutineScope::class.java.simpleName, recentsCoroutineScope) in <lambda>()
80 recentsCoroutineScope, in <lambda>()
102 val recentsCoroutineScope = in <lambda>() constant
108 set(CoroutineScope::class.java.simpleName, recentsCoroutineScope) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/data/
DTasksRepository.kt45 private val recentsCoroutineScope: CoroutineScope, in <lambda>() constant in com.android.quickstep.recents.data.TasksRepository
107 recentsCoroutineScope.launch(dispatcherProvider.background) { in <lambda>()
146 recentsCoroutineScope.launch(dispatcherProvider.background) { in <lambda>()
174 recentsCoroutineScope.launch(dispatcherProvider.background) { in <lambda>()