Home
last modified time | relevance | path

Searched defs:mainScope (Results 1 – 15 of 15) sorted by relevance

/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/dagger/
DDependencyProvider.kt39 fun mainScope(@Main mainDispatcher: MainCoroutineDispatcher) = CoroutineScope(mainDispatcher) in context() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/common/viewhost/
DDefaultWindowDecorViewHostSupplier.kt28 @ShellMainThread private val mainScope: CoroutineScope constant in com.android.wm.shell.windowdecor.common.viewhost.DefaultWindowDecorViewHostSupplier
DDefaultWindowDecorViewHost.kt40 @ShellMainThread private val mainScope: CoroutineScope, constant
DPooledWindowDecorViewHostSupplier.kt42 @ShellMainThread private val mainScope: CoroutineScope, constant in com.android.wm.shell.windowdecor.common.viewhost.PooledWindowDecorViewHostSupplier
DReusableWindowDecorViewHost.kt47 @ShellMainThread private val mainScope: CoroutineScope, constant in com.android.wm.shell.windowdecor.common.viewhost.ReusableWindowDecorViewHost
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DAnnouncementResolver.kt34 @Application private val mainScope: CoroutineScope, constant in com.android.systemui.screenshot.AnnouncementResolver
DMessageContainerController.kt28 @Application private val mainScope: CoroutineScope, in <lambda>() constant in com.android.systemui.screenshot.MessageContainerController
DTakeScreenshotExecutor.kt82 @Application private val mainScope: CoroutineScope, in handleScreenshot() constant in com.android.systemui.screenshot.TakeScreenshotExecutorImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DAppWidgetHostListenerDelegate.kt35 @Application private val mainScope: CoroutineScope, constant in com.android.systemui.communal.widgets.AppWidgetHostListenerDelegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DColorizedFgsCoordinator.java60 public ColorizedFgsCoordinator( in ColorizedFgsCoordinator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardImageLoader.kt43 @Application private val mainScope: CoroutineScope, constant in com.android.systemui.clipboardoverlay.ClipboardImageLoader
/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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopDisplayEventHandler.kt42 private val mainScope: CoroutineScope, in <lambda>() constant
/frameworks/libs/systemui/weathereffects/debug/src/com/google/android/wallpaper/weathereffects/
DWallpaperEffectsDebugActivity.kt54 lateinit var mainScope: CoroutineScope in <lambda>() variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DWMShellModule.java388 @ShellMainThread @NonNull CoroutineScope mainScope, in provideWindowDecorViewHostSupplier()
1211 @ShellMainThread CoroutineScope mainScope, in provideDesktopUserRepositories()
1342 @ShellMainThread CoroutineScope mainScope, in provideDesktopDisplayEventHandler()
1481 @ShellMainThread CoroutineScope mainScope) { in provideDesktopRepositoryInitializer()