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()
270 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local271 if (customBackgroundColor != 0) { in resolveBackgroundColor()272 return customBackgroundColor; in resolveBackgroundColor()
920 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local922 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()950 int customBackgroundColor = 0; in getBackgroundColor() local952 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()954 return customBackgroundColor; in getBackgroundColor()
1269 public void setContentBackground(int customBackgroundColor, boolean animate,1272 setTintColor(customBackgroundColor, animate);