Searched refs:buttonBackgroundConfig (Results 1 – 2 of 2) sorted by relevance
24 private final PartnerConfig buttonBackgroundConfig; field in FooterButtonPartnerConfig39 PartnerConfig buttonBackgroundConfig, in FooterButtonPartnerConfig() argument57 this.buttonBackgroundConfig = buttonBackgroundConfig; in FooterButtonPartnerConfig()70 return buttonBackgroundConfig; in getButtonBackgroundConfig()116 private PartnerConfig buttonBackgroundConfig = null; field in FooterButtonPartnerConfig.Builder137 public Builder setButtonBackgroundConfig(PartnerConfig buttonBackgroundConfig) { in setButtonBackgroundConfig() argument138 this.buttonBackgroundConfig = buttonBackgroundConfig; in setButtonBackgroundConfig()200 buttonBackgroundConfig, in build()
175 PartnerConfig buttonBackgroundConfig, in updateButtonBackgroundWithPartnerConfig() argument182 int color = PartnerConfigHelper.get(context).getColor(context, buttonBackgroundConfig); in updateButtonBackgroundWithPartnerConfig()