Searched refs:mPrimaryColor (Results 1 – 7 of 7) sorted by relevance
120 public final int mPrimaryColor; field in MaterialColorMapUtils.MaterialPalette124 mPrimaryColor = primaryColor; in MaterialPalette()129 mPrimaryColor = in.readInt(); in MaterialPalette()145 if (mPrimaryColor != other.mPrimaryColor) { in equals()158 result = prime * result + mPrimaryColor; in hashCode()170 dest.writeInt(mPrimaryColor); in writeToParcel()
43 mPrimaryColor = primaryColor; in MaterialPalette()46 public final int mPrimaryColor; field in MaterialColorMapUtils.MaterialPalette61 if (mPrimaryColor != other.mPrimaryColor) { in equals()74 result = prime * result + mPrimaryColor; in hashCode()86 dest.writeInt(mPrimaryColor); in writeToParcel()91 mPrimaryColor = in.readInt(); in MaterialPalette()
87 backgroundColorTop = applyAlpha(palette.mPrimaryColor, backgroundColorTop); in updateThemeColors()88 backgroundColorMiddle = applyAlpha(palette.mPrimaryColor, backgroundColorMiddle); in updateThemeColors()89 backgroundColorBottom = applyAlpha(palette.mPrimaryColor, backgroundColorBottom); in updateThemeColors()90 backgroundColorSolid = applyAlpha(palette.mPrimaryColor, backgroundColorSolid); in updateThemeColors()94 primaryColor = palette.mPrimaryColor; in updateThemeColors()
20 public final int mPrimaryColor; field in MaterialPalette24 mPrimaryColor = primaryColor; in MaterialPalette()
276 ? getDefaultPrimaryAndSecondaryColors(resources).mPrimaryColor in setDefaultPhoto()277 : materialPalette.mPrimaryColor); in setDefaultPhoto()
115 materialPalette.mPrimaryColor); in putMaterialPalette()
2028 mColorFilterColor = palette.mPrimaryColor; in setThemeColor()