Home
last modified time | relevance | path

Searched refs:colorPrimary (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java37 private int colorPrimary = -1; field in AospThemeImpl
59 android.R.attr.colorPrimary, in AospThemeImpl()
73 colorPrimary = array.getColor(/* index= */ 0, /* defValue= */ -1); in AospThemeImpl()
136 Assert.checkArgument(colorPrimary != -1); in getColorPrimary()
137 return colorPrimary; in getColorPrimary()
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md16 * Legacy Android attributes (android:colorPrimary). These are defined by the
20 * Appcompat Android attributes (colorPrimary). There are also defined by the
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDocumentsSwipeRefreshLayout.java45 final int[] styledAttrs = {android.R.attr.colorPrimary}; in DocumentsSwipeRefreshLayout()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupSummaryNotificationViewHolder.java55 mCardBackgroundColor = ThemesUtil.getAttrColor(mContext, android.R.attr.colorPrimary); in GroupSummaryNotificationViewHolder()
DProgressNotificationViewHolder.java52 android.R.attr.colorPrimary); in ProgressNotificationViewHolder()
DCarNotificationBaseViewHolder.java94 mDefaultBackgroundColor = ThemesUtil.getAttrColor(mContext, android.R.attr.colorPrimary); in CarNotificationBaseViewHolder()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/source/
DMediaSourceColors.java122 android.R.attr.colorPrimary, in extractColors()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java191 newTasks.add(new Task(t.key, t.colorPrimary, t.colorBackground, t.isDockable, in copyOf()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java449 new int[]{android.R.attr.colorPrimary}); in bindThumbnailTile()