Searched defs:colorPrimary (Results  1 – 5 of 5) sorted by relevance
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ | 
| D | Task.java | 224     public int colorPrimary;  field in Task 289     public Task(TaskKey key, int colorPrimary, int colorBackground,  in Task()
  | 
| /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ | 
| D | GlifPatternDrawable.java | 79     int colorPrimary = 0;  in getDefault()  local
  | 
| /frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/ | 
| D | AndroidColorScheme.kt | 90         val colorPrimary = getColor(context, R.attr.colorPrimary)  constant
  | 
| /frameworks/base/core/java/android/app/ | 
| D | ActivityManager.java | 1676         public TaskDescription(String label, @DrawableRes int iconRes, int colorPrimary) {  in TaskDescription() 1732         public TaskDescription(String label, Bitmap icon, int colorPrimary) {  in TaskDescription() 1756                 int colorPrimary, int colorBackground,  in TaskDescription() 2189             final int colorPrimary = in.getAttributeIntHex(null,  in restoreFromXml()  local
  | 
| D | Activity.java | 5386             int colorPrimary = a.getColor(  in onApplyThemeResource()  local
  |