Searched defs:primaryColor (Results 1 – 10 of 10) sorted by relevance
23 public MaterialPalette(final int primaryColor, final int secondaryColor) { in MaterialPalette()
42 public MaterialPalette(int primaryColor, int secondaryColor) { in MaterialPalette()119 final int primaryColor = sPrimaryColors.getColor(i, 0); in calculatePrimaryAndSecondaryColor() local137 final int primaryColor = resources.getColor( in getDefaultPrimaryAndSecondaryColors() local
42 final int primaryColor = resources.getColor(R.color.dialer_theme_color); in getDefaultPrimaryAndSecondaryColors() local
37 @ColorInt private int primaryColor; field in ThemeColorManager
88 final int primaryColor = sPrimaryColors.getColor(i, 0); in calculatePrimaryAndSecondaryColor() local122 public MaterialPalette(int primaryColor, int secondaryColor) { in MaterialPalette()
31 public WallpaperColorsCompat(int primaryColor, int secondaryColor, int tertiaryColor, in WallpaperColorsCompat()
74 int primaryColor, boolean isInstantApp) { in getBitmapInfo()
86 int primaryColor = mMediaPlaybackModel.getPrimaryColor(); in populateViewHolder() local
64 public abstract Builder setPrimaryColor(@ColorInt int primaryColor); in setPrimaryColor()
2219 final int primaryColor = colorFromBitmap(bitmap); in extractAndApplyTintFromPhotoViewAsynchronously() local2229 final int primaryColor = ((LetterTileDrawable) imageViewDrawable).getColor(); in extractAndApplyTintFromPhotoViewAsynchronously() local