Searched refs:colorBackground (Results 1 - 10 of 10) sorted by last modified time

/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/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/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouterThemeHelper.java99 int backgroundColor = getThemeColor(context, 0, android.R.attr.colorBackground);
/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/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/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/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java299 if (t.colorBackground != 0) {
300 mBgFillPaint.setColor(t.colorBackground);
/frameworks/base/core/java/android/app/
H A DActivity.java4039 int colorBackground = a.getColor(
4041 if (colorBackground != 0 && Color.alpha(colorBackground) == 0xFF) {
4042 mTaskDescription.setBackgroundColor(colorBackground);
H A DActivityManager.java961 ATTR_TASKDESCRIPTION_PREFIX + "colorBackground";
1014 int colorBackground) {
1019 mColorBackground = colorBackground;
1232 " colorBackground: " + mColorBackground;
1013 TaskDescription(String label, Bitmap icon, String iconFilename, int colorPrimary, int colorBackground) argument

Completed in 301 milliseconds