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
35 PartnerConfig buttonBackgroundConfig, in FooterButtonPartnerConfig() argument
47 this.buttonBackgroundConfig = buttonBackgroundConfig; in FooterButtonPartnerConfig()
58 return buttonBackgroundConfig; in getButtonBackgroundConfig()
88 private PartnerConfig buttonBackgroundConfig = null; field in FooterButtonPartnerConfig.Builder
103 public Builder setButtonBackgroundConfig(PartnerConfig buttonBackgroundConfig) { in setButtonBackgroundConfig() argument
104 this.buttonBackgroundConfig = buttonBackgroundConfig; in setButtonBackgroundConfig()
146 buttonBackgroundConfig, in build()
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterBarMixin.java589 Button button, PartnerConfig buttonBackgroundConfig) {
596 color = PartnerConfigHelper.get(context).getColor(context, buttonBackgroundConfig);