Searched refs:customBackgroundColor (Results 1 – 3 of 3) sorted by relevance
107 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local108 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()111 return customBackgroundColor; in getCustomBackgroundColor()
800 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local802 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()821 int customBackgroundColor = 0; in getBackgroundColor() local823 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()825 return customBackgroundColor; in getBackgroundColor()
859 public void setContentBackground(int customBackgroundColor, boolean animate,862 setTintColor(customBackgroundColor, animate);