Searched refs:colorBackground (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java156 public int colorBackground; field in class:Task
200 String appInfoDescription, int colorPrimary, int colorBackground,
216 this.colorBackground = colorBackground;
244 this.colorBackground = o.colorBackground;
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
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DNavigationBar.java57 android.R.attr.colorBackground });
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java130 android.R.attr.colorBackground });
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java336 if (t.colorBackground != 0) {
337 mBgFillPaint.setColor(t.colorBackground);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouterThemeHelper.java99 int backgroundColor = getThemeColor(context, 0, android.R.attr.colorBackground);
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java78 private static final int[] COLOR_BACKGROUND_ATTR = {android.R.attr.colorBackground};
227 // If the theme colorBackground is light, use our own light color, otherwise dark
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java1082 int colorBackground = 0;
1095 if (colorBackground == 0) {
1096 colorBackground = r.taskDescription.getBackgroundColor();
1101 colorBackground);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java147 * Drawables which should be tinted with the value of {@code android.R.attr.colorBackground},
457 colorAttr = android.R.attr.colorBackground;
465 colorAttr = android.R.attr.colorBackground;
/frameworks/base/core/java/android/app/
H A DActivityManager.java1001 ATTR_TASKDESCRIPTION_PREFIX + "colorBackground";
1054 int colorBackground) {
1059 mColorBackground = colorBackground;
1272 " colorBackground: " + mColorBackground;
1053 TaskDescription(String label, Bitmap icon, String iconFilename, int colorPrimary, int colorBackground) argument
H A DActivity.java4042 int colorBackground = a.getColor(
4044 if (colorBackground != 0 && Color.alpha(colorBackground) == 0xFF) {
4045 mTaskDescription.setBackgroundColor(colorBackground);

Completed in 6298 milliseconds