/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | NavigationBar.java | 57 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/ |
D | Task.java | 226 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/ |
D | AndroidColorScheme.kt | 55 val colorBackground = getColor(context, R.attr.colorBackground) constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/ |
D | RecentTask.kt | 28 @ColorInt val colorBackground: Int? constant in com.android.systemui.mediaprojection.appselector.data.RecentTask
|
/frameworks/base/packages/SystemUI/scripts/token_alignment/resources/ |
D | migrationList.csv | 6 colorBackground colorSurfaceContainer MigTok07
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/ |
D | PeopleScreen.kt | 96 color = androidColors.colorBackground, in <lambda>() 183 color = LocalAndroidColorScheme.current.colorBackground, in LazyListScope()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipContentOverlay.java | 117 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/ |
D | ShellRecentTaskListProviderTest.kt | 109 colorBackground = null in createRecentTask()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
D | MediaProjectionTaskView.kt | 78 val color = (task?.colorBackground ?: Color.BLACK) or 0xFF000000.toInt() in bindTask()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/ |
D | MediaProjectionAppSelectorControllerTest.kt | 204 colorBackground = 0 in createRecentTask()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapper.java | 329 return Utils.getColorAttr(mView.getContext(), android.R.attr.colorBackground) in resolveBackgroundColor()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 1470 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()
|
D | Activity.java | 5285 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/ |
D | FooterActions.kt | 328 borderStroke = BorderStroke(1.dp, LocalAndroidColorScheme.current.colorBackground), in TextButton()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 410 field public static final int colorBackground = 16842801; // 0x1010031
|
/frameworks/base/core/api/ |
D | current.txt | 493 field public static final int colorBackground = 16842801; // 0x1010031
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75615 Lcom/android/internal/R$attr;->colorBackground:I
|