Searched refs:mSecondaryColor (Results 1 – 8 of 8) sorted by relevance
41 mSecondaryColor = secondaryColor; in MaterialPalette()44 public final int mSecondaryColor; field in MaterialColorMapUtils.MaterialPalette61 if (mSecondaryColor != other.mSecondaryColor) { in equals()72 result = prime * result + mSecondaryColor; in hashCode()84 dest.writeInt(mSecondaryColor); in writeToParcel()89 mSecondaryColor = in.readInt(); in MaterialPalette()
21 public final int mSecondaryColor; field in MaterialPalette25 mSecondaryColor = secondaryColor; in MaterialPalette()
47 private int mSecondaryColor; field in ChartDataUsagePreference189 mSecondaryColor = secondaryColor; in setColors()
120 activity.getWindow().setStatusBarColor(palette.mSecondaryColor); in startOutgoingAnimation()
337 ((GradientDrawable) selectedDrawable.getDrawable(0)).setColor(palette.mSecondaryColor); in addSelected()
1742 color = mThemeColors.mSecondaryColor; in setThemeColors()
152 materialPalette.mSecondaryColor); in putMaterialPalette()
2324 mStatusBarColor = palette.mSecondaryColor; in setThemeColor()