Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DFooterButtonPartnerConfig.java26 private final PartnerConfig buttonDisableBackgroundConfig; field in FooterButtonPartnerConfig
41 PartnerConfig buttonDisableBackgroundConfig, in FooterButtonPartnerConfig() argument
59 this.buttonDisableBackgroundConfig = buttonDisableBackgroundConfig; in FooterButtonPartnerConfig()
78 return buttonDisableBackgroundConfig; in getButtonDisableBackgroundConfig()
118 private PartnerConfig buttonDisableBackgroundConfig = null; field in FooterButtonPartnerConfig.Builder
147 public Builder setButtonDisableBackgroundConfig(PartnerConfig buttonDisableBackgroundConfig) { in setButtonDisableBackgroundConfig() argument
148 this.buttonDisableBackgroundConfig = buttonDisableBackgroundConfig; in setButtonDisableBackgroundConfig()
202 buttonDisableBackgroundConfig, in build()
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButtonStyleUtils.java177 PartnerConfig buttonDisableBackgroundConfig) { in updateButtonBackgroundWithPartnerConfig() argument
187 PartnerConfigHelper.get(context).getColor(context, buttonDisableBackgroundConfig); in updateButtonBackgroundWithPartnerConfig()