Searched defs:colorPrimary (Results 1 – 4 of 4) sorted by relevance
121 public int colorPrimary; field in Task136 String activityTitle, Drawable activityIcon, int colorPrimary, in Task()
534 public TaskDescription(String label, Bitmap icon, int colorPrimary) { in TaskDescription()545 public TaskDescription(String label, int colorPrimary, String iconFilename) { in TaskDescription()
3674 int colorPrimary = a.getColor(com.android.internal.R.styleable.Theme_colorPrimary, 0); in onApplyThemeResource() local
760 int colorPrimary = 0; in updateTaskDescription() local