/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
D | SysUIConcurrencyModule.kt | 26 import com.android.systemui.dagger.qualifiers.Background 59 @Background 102 fun provideNotifInflationLooper(@Background bgLooper: Looper): Looper { in provideNotifInflationLooper() 155 @Background 156 fun provideBgHandler(@Background bgLooper: Looper): Handler = Handler(bgLooper) in provideBgHandler() 181 @Background in provideBgHandler() 182 fun provideBackgroundExecutor(@Background looper: Looper): Executor = ExecutorImpl(looper) in provideBgHandler() 187 @Background in provideBgHandler() 188 fun provideBackgroundDelayableExecutor(@Background looper: Looper): DelayableExecutor = in provideBgHandler() 194 @Background in provideBgHandler() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | SysUICoroutinesModule.kt | 21 import com.android.systemui.dagger.qualifiers.Background 40 @Background 43 @Background coroutineContext: CoroutineContext, in bgApplicationScope() 56 @Background in bgApplicationScope() 78 @Background 82 @Background bgCoroutineDispatcher: CoroutineDispatcher, in bgCoroutineContext()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | CoroutineTestScopeModule.kt | 19 import com.android.systemui.dagger.qualifiers.Background 51 @get:[Provides Background] 58 @Binds @Background fun bindBgContext(dispatcher: TestDispatcher): CoroutineContext 59 @Binds @Background fun bindBgDispatcher(dispatcher: TestDispatcher): CoroutineDispatcher
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/ |
D | NotificationSettingsRepositoryModule.kt | 20 import com.android.systemui.dagger.qualifiers.Background 34 @Background backgroundScope: CoroutineScope, 35 @Background backgroundDispatcher: CoroutineDispatcher,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | NightDisplayListenerModule.java | 24 import com.android.systemui.dagger.qualifiers.Background; 46 @Background Handler bgHandler) { in provideNightDisplayListener() 61 public Builder(Context context, @Background Handler bgHandler) { in Builder()
|
D | SettingsLibraryModule.java | 26 import com.android.systemui.dagger.qualifiers.Background; 41 @Background Handler bgHandler) { in provideLocalBluetoothController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | MultiUserUtilsModule.java | 29 import com.android.systemui.dagger.qualifiers.Background; 67 @Background CoroutineDispatcher backgroundDispatcher, in provideUserTracker() 68 @Background Handler handler in provideUserTracker() 81 @Background Handler handler in provideDisplayTracker()
|
D | SecureSettingsRepositoryModule.kt | 21 import com.android.systemui.dagger.qualifiers.Background 35 @Background backgroundDispatcher: CoroutineDispatcher,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/data/repository/ |
D | AnimationStatusRepository.kt | 23 import com.android.systemui.dagger.qualifiers.Background 40 @Background private val backgroundHandler: Handler, in areAnimationsEnabled() 41 @Background private val backgroundDispatcher: CoroutineDispatcher in areAnimationsEnabled()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/viewholder/ |
D | AppHeaderViewHolder.kt | 182 is HeaderStyle.Background.Opaque -> { in bindDataWithThemedHeaders() 185 HeaderStyle.Background.Transparent -> { in bindDataWithThemedHeaders() 257 private fun getHeaderBackground(header: Header): HeaderStyle.Background { in getHeaderBackground() 263 HeaderStyle.Background.Opaque(lightColors.secondaryContainer.toArgb()) in getHeaderBackground() 265 HeaderStyle.Background.Opaque(lightColors.surfaceContainerLow.toArgb()) in getHeaderBackground() 270 HeaderStyle.Background.Opaque(darkColors.surfaceContainerHigh.toArgb()) in getHeaderBackground() 272 HeaderStyle.Background.Opaque(darkColors.surfaceDim.toArgb()) in getHeaderBackground() 277 Header.Type.CUSTOM -> HeaderStyle.Background.Transparent in getHeaderBackground() 417 val background: Background, 425 sealed class Background { class [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | OWNERS | 24 per-file Background*Start* = set noparent 25 per-file Background*Start* = file:/BAL_OWNERS 26 per-file Background*Start* = ogunwale@google.com, louischang@google.com
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
D | AppClipsViewModel.java | 38 import com.android.systemui.dagger.qualifiers.Background; 58 @Background 67 @Background Executor bgExecutor) { in AppClipsViewModel() 158 @Background 163 @Main Executor mainExecutor, @Background Executor bgExecutor) { in Factory()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ |
D | DeviceItemActionInteractor.kt | 36 import com.android.systemui.dagger.qualifiers.Background in <lambda>() 50 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() 155 @Background backgroundDispatcher: CoroutineDispatcher, in <lambda>() 173 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() 204 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() 244 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalSettingsInteractor.kt | 26 import com.android.systemui.dagger.qualifiers.Background in <lambda>() 52 @Background private val bgScope: CoroutineScope, in <lambda>() 53 @Background private val bgDispatcher: CoroutineDispatcher, in <lambda>() 54 @Background private val bgExecutor: Executor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | KeyguardQuickAffordanceProviderClientFactory.kt | 20 import com.android.systemui.dagger.qualifiers.Background 35 @Background private val backgroundDispatcher: CoroutineDispatcher, in create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/ |
D | DeviceStateRepository.kt | 23 import com.android.systemui.dagger.qualifiers.Background in <lambda>() 57 @Background bgScope: CoroutineScope, 58 @Background executor: Executor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/ |
D | AudioModule.kt | 34 import com.android.systemui.dagger.qualifiers.Background 59 @Background coroutineContext: CoroutineContext, 74 @Background coroutineContext: CoroutineContext,
|
D | SpatializerModule.kt | 25 import com.android.systemui.dagger.qualifiers.Background 46 @Background backgroundContext: CoroutineContext,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/airplane/data/repository/ |
D | AirplaneModeRepository.kt | 25 import com.android.systemui.dagger.qualifiers.Background 64 @Background private val bgHandler: Handler?, in setIsAirplaneMode() 65 @Background private val backgroundContext: CoroutineContext, in setIsAirplaneMode()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/ |
D | ShortcutHelperViewModel.kt | 19 import com.android.systemui.dagger.qualifiers.Background 31 @Background private val backgroundDispatcher: CoroutineDispatcher,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/ |
D | BasicAppIconLoader.kt | 22 import com.android.systemui.dagger.qualifiers.Background 35 @Background private val backgroundDispatcher: CoroutineDispatcher, in loadIcon()
|
D | RecentTaskThumbnailLoader.kt | 19 import com.android.systemui.dagger.qualifiers.Background 35 @Background private val coroutineDispatcher: CoroutineDispatcher, in loadThumbnail()
|
D | RecentTaskListProvider.kt | 22 import com.android.systemui.dagger.qualifiers.Background in <lambda>() 43 @Background private val coroutineDispatcher: CoroutineDispatcher, 44 @Background private val backgroundExecutor: Executor,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/util/ |
D | SubscriptionManagerProxy.kt | 24 import com.android.systemui.dagger.qualifiers.Background 40 @Background private val backgroundDispatcher: CoroutineDispatcher, in getDefaultDataSubscriptionId()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/ |
D | DisplayContentRepositoryImpl.kt | 22 import com.android.systemui.dagger.qualifiers.Background 40 @Background private val background: CoroutineDispatcher,
|