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.java262 public int colorPrimary; field in Task
337 public Task(TaskKey key, int colorPrimary, int colorBackground, in Task()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java79 int colorPrimary = 0; in getDefault() local
/frameworks/base/core/java/android/app/
DActivityManager.java1968 public TaskDescription(String label, @DrawableRes int iconRes, int colorPrimary) { in TaskDescription()
2024 public TaskDescription(String label, Bitmap icon, int colorPrimary) { in TaskDescription()
2048 int colorPrimary, int colorBackground, in TaskDescription()
2502 final int colorPrimary = in.getAttributeIntHex(null, in restoreFromXml() local
DActivity.java5587 int colorPrimary = a.getColor( in onApplyThemeResource() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java377 int colorPrimary = mContext.getColor(com.android.internal.R.color.materialColorPrimary); in bindIcon() local