Searched refs:customBackgroundColor (Results 1 – 2 of 2) sorted by relevance
680 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local682 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()701 int customBackgroundColor = 0; in getBackgroundColor() local703 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()705 return customBackgroundColor; in getBackgroundColor()
675 public void setContentBackground(int customBackgroundColor, boolean animate,678 setTintColor(customBackgroundColor, animate);