Home
last modified time | relevance | path

Searched refs:buttonBackgroundConfig (Results 1 – 2 of 2) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DFooterButtonPartnerConfig.java24 private final PartnerConfig buttonBackgroundConfig; field in FooterButtonPartnerConfig
39 PartnerConfig buttonBackgroundConfig, in FooterButtonPartnerConfig() argument
57 this.buttonBackgroundConfig = buttonBackgroundConfig; in FooterButtonPartnerConfig()
70 return buttonBackgroundConfig; in getButtonBackgroundConfig()
116 private PartnerConfig buttonBackgroundConfig = null; field in FooterButtonPartnerConfig.Builder
137 public Builder setButtonBackgroundConfig(PartnerConfig buttonBackgroundConfig) { in setButtonBackgroundConfig() argument
138 this.buttonBackgroundConfig = buttonBackgroundConfig; in setButtonBackgroundConfig()
200 buttonBackgroundConfig, in build()
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButtonStyleUtils.java175 PartnerConfig buttonBackgroundConfig, in updateButtonBackgroundWithPartnerConfig() argument
182 int color = PartnerConfigHelper.get(context).getColor(context, buttonBackgroundConfig); in updateButtonBackgroundWithPartnerConfig()