Home
last modified time | relevance | path

Searched refs:Background (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
DSysUIConcurrencyModule.kt26 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/
DSysUICoroutinesModule.kt21 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/
DCoroutineTestScopeModule.kt19 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/
DNotificationSettingsRepositoryModule.kt20 import com.android.systemui.dagger.qualifiers.Background
34 @Background backgroundScope: CoroutineScope,
35 @Background backgroundDispatcher: CoroutineDispatcher,
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DNightDisplayListenerModule.java24 import com.android.systemui.dagger.qualifiers.Background;
46 @Background Handler bgHandler) { in provideNightDisplayListener()
61 public Builder(Context context, @Background Handler bgHandler) { in Builder()
DSettingsLibraryModule.java26 import com.android.systemui.dagger.qualifiers.Background;
41 @Background Handler bgHandler) { in provideLocalBluetoothController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DMultiUserUtilsModule.java29 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()
DSecureSettingsRepositoryModule.kt21 import com.android.systemui.dagger.qualifiers.Background
35 @Background backgroundDispatcher: CoroutineDispatcher,
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/data/repository/
DAnimationStatusRepository.kt23 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/
DAppHeaderViewHolder.kt182 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 in HeaderStyle
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DOWNERS24 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/
DAppClipsViewModel.java38 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/
DDeviceItemActionInteractor.kt36 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/
DCommunalSettingsInteractor.kt26 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/
DKeyguardQuickAffordanceProviderClientFactory.kt20 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/
DDeviceStateRepository.kt23 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/
DAudioModule.kt34 import com.android.systemui.dagger.qualifiers.Background
59 @Background coroutineContext: CoroutineContext,
74 @Background coroutineContext: CoroutineContext,
DSpatializerModule.kt25 import com.android.systemui.dagger.qualifiers.Background
46 @Background backgroundContext: CoroutineContext,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/airplane/data/repository/
DAirplaneModeRepository.kt25 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/
DShortcutHelperViewModel.kt19 import com.android.systemui.dagger.qualifiers.Background
31 @Background private val backgroundDispatcher: CoroutineDispatcher,
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/
DBasicAppIconLoader.kt22 import com.android.systemui.dagger.qualifiers.Background
35 @Background private val backgroundDispatcher: CoroutineDispatcher, in loadIcon()
DRecentTaskThumbnailLoader.kt19 import com.android.systemui.dagger.qualifiers.Background
35 @Background private val coroutineDispatcher: CoroutineDispatcher, in loadThumbnail()
DRecentTaskListProvider.kt22 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/
DSubscriptionManagerProxy.kt24 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/
DDisplayContentRepositoryImpl.kt22 import com.android.systemui.dagger.qualifiers.Background
40 @Background private val background: CoroutineDispatcher,

12345678910>>...16