Searched refs:colorPrimary (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/ |
D | AospThemeImpl.java | 37 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/ |
D | README.md | 16 * 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/ |
D | DocumentsSwipeRefreshLayout.java | 45 final int[] styledAttrs = {android.R.attr.colorPrimary}; in DocumentsSwipeRefreshLayout()
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | GroupSummaryNotificationViewHolder.java | 55 mCardBackgroundColor = ThemesUtil.getAttrColor(mContext, android.R.attr.colorPrimary); in GroupSummaryNotificationViewHolder()
|
D | ProgressNotificationViewHolder.java | 52 android.R.attr.colorPrimary); in ProgressNotificationViewHolder()
|
D | CarNotificationBaseViewHolder.java | 94 mDefaultBackgroundColor = ThemesUtil.getAttrColor(mContext, android.R.attr.colorPrimary); in CarNotificationBaseViewHolder()
|
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/source/ |
D | MediaSourceColors.java | 122 android.R.attr.colorPrimary, in extractColors()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentTasksList.java | 187 newTasks.add(new Task(t.key, t.colorPrimary, t.colorBackground, t.isDockable, in copyOf()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ThemeComponentOption.java | 458 new int[]{android.R.attr.colorPrimary}); in bindThumbnailTile()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | PreviewFragment.java | 210 toolbar.getNavigationIcon().setTint(getAttrColor(activity, android.R.attr.colorPrimary)); in onCreateView()
|