Searched refs:colorBackground (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 184 public int colorBackground; field in Task 234 public Task(TaskKey key, int colorPrimary, int colorBackground, in Task() argument 239 this.colorBackground = colorBackground; in Task() 248 String titleDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, in Task() argument 258 this.colorBackground = colorBackground; in Task() 282 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 | 4977 int colorBackground = a.getColor( in onApplyThemeResource() local 4979 if (colorBackground != 0 && Color.alpha(colorBackground) == 0xFF) { in onApplyThemeResource() 4980 mTaskDescription.setBackgroundColor(colorBackground); in onApplyThemeResource()
|
D | ActivityManager.java | 1066 int colorPrimary, int colorBackground, int statusBarColor, int navigationBarColor, in TaskDescription() argument 1074 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/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |