Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java229 public int colorPrimary; field in Task
292 public Task(TaskKey key, int colorPrimary, int colorBackground, in Task() argument
296 this.colorPrimary = colorPrimary; in Task()
306 String titleDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, in Task() argument
315 this.colorPrimary = colorPrimary; in Task()
317 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary, in Task()
339 this.colorPrimary = o.colorPrimary; in copyFrom()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java51 private static final int[] ATTRS_PRIMARY_COLOR = new int[] {android.R.attr.colorPrimary};
79 int colorPrimary = 0; in getDefault() local
82 colorPrimary = a.getColor(0, Color.BLACK); in getDefault()
85 return new GlifPatternDrawable(colorPrimary); in getDefault()
/frameworks/base/core/java/android/app/
DActivityManager.java1070 public TaskDescription(String label, @DrawableRes int iconRes, int colorPrimary) { in TaskDescription() argument
1072 colorPrimary, 0, 0, 0, false, false, RESIZE_MODE_RESIZEABLE, -1, -1); in TaskDescription()
1073 if ((colorPrimary != 0) && (Color.alpha(colorPrimary) != 255)) { in TaskDescription()
1116 public TaskDescription(String label, Bitmap icon, int colorPrimary) { in TaskDescription() argument
1117 this(label, icon != null ? Icon.createWithBitmap(icon) : null, colorPrimary, 0, 0, 0, in TaskDescription()
1119 if ((colorPrimary != 0) && (Color.alpha(colorPrimary) != 255)) { in TaskDescription()
1139 int colorPrimary, int colorBackground, in TaskDescription() argument
1146 mColorPrimary = colorPrimary; in TaskDescription()
1522 final String colorPrimary = in.getAttributeValue(null, in restoreFromXml() local
1524 if (colorPrimary != null) { in restoreFromXml()
[all …]
DActivity.java5104 int colorPrimary = a.getColor( in onApplyThemeResource() local
5106 if (colorPrimary != 0 && Color.alpha(colorPrimary) == 0xFF) { in onApplyThemeResource()
5107 mTaskDescription.setPrimaryColor(colorPrimary); in onApplyThemeResource()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareBgDrawable.java64 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java512 return Utils.getColorAttrDefaultColor(context, android.R.attr.colorPrimary); in getColorForState()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java964 mContext.resolveThemeAttribute(android.R.attr.colorPrimary, outValue, true); in testTypedValue()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt423 field public static final int colorPrimary = 16843827; // 0x1010433
/frameworks/base/api/
Dcurrent.txt453 field public static final int colorPrimary = 16843827; // 0x1010433