Searched refs:customBackgroundColor (Results 1 – 4 of 4) sorted by relevance
73 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local74 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()77 return customBackgroundColor; in getCustomBackgroundColor()
276 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local277 if (customBackgroundColor != 0) { in resolveBackgroundColor()278 return customBackgroundColor; in resolveBackgroundColor()
852 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local854 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()882 int customBackgroundColor = 0; in getBackgroundColor() local884 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()886 return customBackgroundColor; in getBackgroundColor()
1252 public void setContentBackground(int customBackgroundColor, boolean animate,1255 setTintColor(customBackgroundColor, animate);