Searched refs:customBackgroundColor (Results 1 – 4 of 4) sorted by relevance
74 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local75 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()78 return customBackgroundColor; in getCustomBackgroundColor()
341 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local342 if (customBackgroundColor != 0) { in resolveBackgroundColor()343 return customBackgroundColor; in resolveBackgroundColor()
973 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local974 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()1009 int customBackgroundColor = 0; in getBackgroundColor() local1011 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()1013 return customBackgroundColor; in getBackgroundColor()
1429 public void setContentBackground(int customBackgroundColor, boolean animate,1432 setTintColor(customBackgroundColor, animate);