Searched refs:customBackgroundColor (Results 1 – 4 of 4) sorted by relevance
51 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local52 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()55 return customBackgroundColor; in getCustomBackgroundColor()
145 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local146 if (customBackgroundColor != 0) { in resolveBackgroundColor()147 return customBackgroundColor; in resolveBackgroundColor()
883 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local885 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()910 int customBackgroundColor = 0; in getBackgroundColor() local912 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()914 return customBackgroundColor; in getBackgroundColor()
1089 public void setContentBackground(int customBackgroundColor, boolean animate,1092 setTintColor(customBackgroundColor, animate);