Home
last modified time | relevance | path

Searched refs:colorBackground (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DNavigationBar.java57 R.attr.suwNavBarTheme, android.R.attr.colorForeground, android.R.attr.colorBackground in getNavbarTheme()
61 @StyleableRes int colorBackground = 2; in getNavbarTheme() local
69 Color.colorToHSV(attributes.getColor(colorBackground, 0), backgroundHsv); in getNavbarTheme()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java226 public int colorBackground; field in Task
278 this(other.key, other.colorPrimary, other.colorBackground, other.isDockable, in Task()
289 public Task(TaskKey key, int colorPrimary, int colorBackground, in Task() argument
294 this.colorBackground = colorBackground; in Task()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/
DAndroidColorScheme.kt55 val colorBackground = getColor(context, R.attr.colorBackground) constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/
DRecentTask.kt28 @ColorInt val colorBackground: Int? constant in com.android.systemui.mediaprojection.appselector.data.RecentTask
/frameworks/base/packages/SystemUI/scripts/token_alignment/resources/
DmigrationList.csv6 colorBackground colorSurfaceContainer MigTok07
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
DPeopleScreen.kt96 color = androidColors.colorBackground, in <lambda>()
183 color = LocalAndroidColorScheme.current.colorBackground, in LazyListScope()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java117 android.R.attr.colorBackground }); in getContentOverlayColor()
244 android.R.attr.colorBackground }); in prepareAppIconOverlay()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/data/
DShellRecentTaskListProviderTest.kt109 colorBackground = null in createRecentTask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionTaskView.kt78 val color = (task?.colorBackground ?: Color.BLACK) or 0xFF000000.toInt() in bindTask()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorControllerTest.kt204 colorBackground = 0 in createRecentTask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java329 return Utils.getColorAttr(mView.getContext(), android.R.attr.colorBackground) in resolveBackgroundColor()
/frameworks/base/core/java/android/app/
DActivityManager.java1470 int colorPrimary, int colorBackground, in TaskDescription() argument
1478 mColorBackground = colorBackground; in TaskDescription()
1887 final int colorBackground = in.getAttributeIntHex(null, in restoreFromXml() local
1889 if (colorBackground != 0) { in restoreFromXml()
1890 setBackgroundColor(colorBackground); in restoreFromXml()
DActivity.java5285 int colorBackground = a.getColor( in onApplyThemeResource() local
5287 if (colorBackground != 0 && Color.alpha(colorBackground) == 0xFF) { in onApplyThemeResource()
5288 mTaskDescription.setBackgroundColor(colorBackground); in onApplyThemeResource()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt328 borderStroke = BorderStroke(1.dp, LocalAndroidColorScheme.current.colorBackground), in TextButton()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt410 field public static final int colorBackground = 16842801; // 0x1010031
/frameworks/base/core/api/
Dcurrent.txt493 field public static final int colorBackground = 16842801; // 0x1010031
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75615 Lcom/android/internal/R$attr;->colorBackground:I