Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTask.java121 public int colorPrimary; field in Task
136 String activityTitle, Drawable activityIcon, int colorPrimary, in Task()
/frameworks/base/core/java/android/app/
DActivityManager.java534 public TaskDescription(String label, Bitmap icon, int colorPrimary) { in TaskDescription()
545 public TaskDescription(String label, int colorPrimary, String iconFilename) { in TaskDescription()
DActivity.java3674 int colorPrimary = a.getColor(com.android.internal.R.styleable.Theme_colorPrimary, 0); in onApplyThemeResource() local
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java760 int colorPrimary = 0; in updateTaskDescription() local