/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 229 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/ |
D | GlifPatternDrawable.java | 51 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/ |
D | ActivityManager.java | 1070 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 …]
|
D | Activity.java | 5104 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/ |
D | HardwareBgDrawable.java | 64 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImpl.java | 512 return Utils.getColorAttrDefaultColor(context, android.R.attr.colorPrimary); in getColorForState()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | RenderTests.java | 964 mContext.resolveThemeAttribute(android.R.attr.colorPrimary, outValue, true); in testTypedValue()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 423 field public static final int colorPrimary = 16843827; // 0x1010433
|
/frameworks/base/api/ |
D | current.txt | 453 field public static final int colorPrimary = 16843827; // 0x1010433
|