Home
last modified time | relevance | path

Searched refs:colorPrimary (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DTask.java224 public int colorPrimary; 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
293 this.colorPrimary = colorPrimary; in Task()
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/
H A DAndroidColorScheme.kt90 val colorPrimary = getColor(context, R.attr.colorPrimary) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBatteryStatusChip.kt67 Utils.getColorAttrDefaultColor(context, com.android.internal.R.attr.colorPrimary)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DHardwareBgDrawable.java64 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java1676 public TaskDescription(String label, @DrawableRes int iconRes, int colorPrimary) { in TaskDescription() argument
1678 colorPrimary, 0, 0, 0, 0, false, false, RESIZE_MODE_RESIZEABLE, -1, -1, 0); in TaskDescription()
1679 if ((colorPrimary != 0) && (Color.alpha(colorPrimary) != 255)) { in TaskDescription()
1732 public TaskDescription(String label, Bitmap icon, int colorPrimary) { in TaskDescription() argument
1733 this(label, icon != null ? Icon.createWithBitmap(icon) : null, colorPrimary, 0, 0, 0, in TaskDescription()
1735 if ((colorPrimary != 0) && (Color.alpha(colorPrimary) != 255)) { in TaskDescription()
1756 int colorPrimary, int colorBackground, in TaskDescription() argument
1764 mColorPrimary = colorPrimary; in TaskDescription()
2189 final int colorPrimary = in.getAttributeIntHex(null, in restoreFromXml() local
2191 if (colorPrimary != 0) { in restoreFromXml()
[all …]
H A DActivity.java5386 int colorPrimary = a.getColor( in onApplyThemeResource() local
5388 if (colorPrimary != 0 && Color.alpha(colorPrimary) == 0xFF) { in onApplyThemeResource()
5389 mTaskDescription.setPrimaryColor(colorPrimary); in onApplyThemeResource()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DOngoingPrivacyChip.kt126 Utils.getColorAttrDefaultColor(context, com.android.internal.R.attr.colorPrimary)
H A DPrivacyDialog.kt56 this.context, com.android.internal.R.attr.colorPrimary
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt617 field public static final int colorPrimary = 16843827; // 0x1010433
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75631 Lcom/android/internal/R$attr;->colorPrimary:I