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()
315 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local316 if (customBackgroundColor != 0) { in resolveBackgroundColor()317 return customBackgroundColor; in resolveBackgroundColor()
889 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local891 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()919 int customBackgroundColor = 0; in getBackgroundColor() local921 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()923 return customBackgroundColor; in getBackgroundColor()
1257 public void setContentBackground(int customBackgroundColor, boolean animate,1260 setTintColor(customBackgroundColor, animate);