Home
last modified time | relevance | path

Searched refs:mainScope (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DAnnouncementResolver.kt34 @Application private val mainScope: CoroutineScope, constant in com.android.systemui.screenshot.AnnouncementResolver
45 mainScope.launch { announceCallback.accept(getScreenshotAnnouncement(userId)) } in getScreenshotAnnouncement()
DMessageContainerController.kt29 @Application private val mainScope: CoroutineScope, in <lambda>() constant in com.android.systemui.screenshot.MessageContainerController
53 mainScope.launch { in <lambda>()
DTakeScreenshotExecutor.kt79 @Application private val mainScope: CoroutineScope, in handleScreenshot() constant
216 mainScope.launch { in handleScreenshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardImageLoader.kt40 @Application private val mainScope: CoroutineScope constant in com.android.systemui.clipboardoverlay.ClipboardImageLoader
58 mainScope.launch { callback.accept(load(uri)) } in loadAsync()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DToAodFoldTransitionInteractor.kt41 @Application private val mainScope: CoroutineScope, constant in com.android.systemui.keyguard.domain.interactor.ToAodFoldTransitionInteractor
83 mainScope.launch(mainDispatcher) { in forceToAod()
/frameworks/libs/systemui/weathereffects/debug/src/com/google/android/wallpaper/weathereffects/
DWallpaperEffectsDebugActivity.kt52 lateinit var mainScope: CoroutineScope in <lambda>() variable
142 engine?.initialize(mainScope, interactor) in <lambda>()
184 mainScope.launch { in <lambda>()
213 mainScope.launch { in <lambda>()
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/provider/
DWeatherEffectsContentProvider.kt36 @Inject @MainScope lateinit var mainScope: CoroutineScope in <lambda>() variable in com.google.android.wallpaper.weathereffects.provider.WeatherEffectsContentProvider
97 mainScope.launch { in <lambda>()
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/dagger/
DDependencyProvider.kt39 fun mainScope(@Main mainDispatcher: MainCoroutineDispatcher) = CoroutineScope(mainDispatcher) in context() method in com.google.android.wallpaper.weathereffects.dagger.DependencyProvider