/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
H A D | Task.java | 224 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 D | AndroidColorScheme.kt | 90 val colorPrimary = getColor(context, R.attr.colorPrimary) regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | BatteryStatusChip.kt | 67 Utils.getColorAttrDefaultColor(context, com.android.internal.R.attr.colorPrimary)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | HardwareBgDrawable.java | 64 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManager.java | 1676 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 D | Activity.java | 5386 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 D | OngoingPrivacyChip.kt | 126 Utils.getColorAttrDefaultColor(context, com.android.internal.R.attr.colorPrimary)
|
H A D | PrivacyDialog.kt | 56 this.context, com.android.internal.R.attr.colorPrimary
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 617 field public static final int colorPrimary = 16843827; // 0x1010433
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 75631 Lcom/android/internal/R$attr;->colorPrimary:I
|