Searched refs:colorBackground (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 185 public int colorBackground; field in Task 246 public Task(TaskKey key, int colorPrimary, int colorBackground, in Task() argument 251 this.colorBackground = colorBackground; in Task() 260 String titleDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, in Task() argument 270 this.colorBackground = colorBackground; in Task() 294 this.colorBackground = o.colorBackground; in copyFrom()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | NavigationBar.java | 57 R.attr.suwNavBarTheme, android.R.attr.colorForeground, android.R.attr.colorBackground in getNavbarTheme() 61 @StyleableRes int colorBackground = 2; in getNavbarTheme() local 69 Color.colorToHSV(attributes.getColor(colorBackground, 0), backgroundHsv); in getNavbarTheme()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewThumbnail.java | 351 if (t.colorBackground != 0) { in bindToTask() 352 mBgFillPaint.setColor(t.colorBackground); in bindToTask()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 4995 int colorBackground = a.getColor( in onApplyThemeResource() local 4997 if (colorBackground != 0 && Color.alpha(colorBackground) == 0xFF) { in onApplyThemeResource() 4998 mTaskDescription.setBackgroundColor(colorBackground); in onApplyThemeResource()
|
D | ActivityManager.java | 1073 int colorPrimary, int colorBackground, int statusBarColor, int navigationBarColor, in TaskDescription() argument 1081 mColorBackground = colorBackground; in TaskDescription()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskRecord.java | 1690 int colorBackground = 0; in updateTaskDescription() local 1715 colorBackground = r.taskDescription.getBackgroundColor(); in updateTaskDescription() 1727 colorPrimary, colorBackground, statusBarColor, navigationBarColor, in updateTaskDescription()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 410 field public static final int colorBackground = 16842801; // 0x1010031
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 427 field public static final int colorBackground = 16842801; // 0x1010031
|
/frameworks/base/api/ |
D | current.txt | 427 field public static final int colorBackground = 16842801; // 0x1010031
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 90044 Lcom/android/internal/R$attr;->colorBackground:I
|