Searched defs:colorBackground (Results 1 - 2 of 2) 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/base/core/java/android/app/
H A DActivityManager.java955 ATTR_TASKDESCRIPTION_PREFIX + "colorBackground";
1008 int colorBackground) {
1013 mColorBackground = colorBackground;
1226 " colorBackground: " + mColorBackground;
1007 TaskDescription(String label, Bitmap icon, String iconFilename, int colorPrimary, int colorBackground) argument

Completed in 184 milliseconds