Home
last modified time | relevance | path

Searched defs:colorPrimary (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java141 public int colorPrimary; field in Task
183 String titleDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, in Task()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java80 int colorPrimary = 0; in getDefault() local
/frameworks/base/core/java/android/app/
DActivityManager.java1075 public TaskDescription(String label, Bitmap icon, int colorPrimary) { in TaskDescription()
1091 public TaskDescription(String label, @DrawableRes int iconRes, int colorPrimary) { in TaskDescription()
1139 int colorPrimary, int colorBackground, int statusBarColor, int navigationBarColor) { in TaskDescription()
DActivity.java4376 int colorPrimary = a.getColor( in onApplyThemeResource() local
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java1602 int colorPrimary = 0; in updateTaskDescription() local