Searched refs:colorPrimary (Results 1 - 15 of 15) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DThemeUtils.java26 android.support.v7.appcompat.R.attr.colorPrimary
H A DBottomNavigationView.java330 android.support.v7.appcompat.R.attr.colorPrimary, value, true)) {
333 int colorPrimary = value.data;
341 colorPrimary,
H A DNavigationView.java425 android.support.v7.appcompat.R.attr.colorPrimary, value, true)) {
428 int colorPrimary = value.data;
436 colorPrimary,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java154 public int colorPrimary; field in class:Task
200 String appInfoDescription, int colorPrimary, int colorBackground,
215 this.colorPrimary = hasAffiliationGroupColor ? affiliationColor : colorPrimary;
217 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary,
243 this.colorPrimary = o.colorPrimary;
198 Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon, Bitmap thumbnail, String title, String titleDescription, String dismissDescription, String appInfoDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp, boolean isDockable, Rect bounds, ActivityManager.TaskDescription taskDescription, int resizeMode, ComponentName topActivity) argument
H A DTaskStack.java1020 t.colorPrimary = Utilities.getColorWithOverlay(affiliationColor, Color.WHITE,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java52 private static final int[] ATTRS_PRIMARY_COLOR = new int[]{ android.R.attr.colorPrimary };
80 int colorPrimary = 0;
83 colorPrimary = a.getColor(0, Color.BLACK);
86 return new GlifPatternDrawable(colorPrimary);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouterThemeHelper.java88 android.support.v7.appcompat.R.attr.colorPrimary);
98 android.support.v7.appcompat.R.attr.colorPrimary);
111 android.support.v7.appcompat.R.attr.colorPrimary);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DHelpUtils.java202 TypedArray array = context.obtainStyledAttributes(new int[]{android.R.attr.colorPrimary});
/frameworks/base/core/java/android/app/
H A DActivityManager.java1016 * @param colorPrimary A color to override the theme's primary color. This color must be
1019 public TaskDescription(String label, Bitmap icon, int colorPrimary) { argument
1020 this(label, icon, null, colorPrimary, 0);
1021 if ((colorPrimary != 0) && (Color.alpha(colorPrimary) != 255)) {
1053 public TaskDescription(String label, Bitmap icon, String iconFilename, int colorPrimary, argument
1058 mColorPrimary = colorPrimary;
1271 " IconFilename: " + mIconFilename + " colorPrimary: " + mColorPrimary +
H A DActivity.java4034 int colorPrimary = a.getColor(
4036 if (colorPrimary != 0 && Color.alpha(colorPrimary) == 0xFF) {
4037 mTaskDescription.setPrimaryColor(colorPrimary);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java81 android.R.attr.colorPrimary, Color.DKGRAY);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java81 android.R.attr.colorPrimary, Color.DKGRAY);
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java1081 int colorPrimary = 0;
1092 if (colorPrimary == 0) {
1093 colorPrimary = r.taskDescription.getPrimaryColor();
1100 lastTaskDescription = new TaskDescription(label, null, iconFilename, colorPrimary,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java467 : t.colorPrimary;
510 getSecondaryColor(t.colorPrimary, t.useLightOnPrimaryColor),
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1909 context.getTheme().resolveAttribute(R.attr.colorPrimary, value, true);

Completed in 391 milliseconds