Home
last modified time | relevance | path

Searched defs: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()
116 private PartnerConfig buttonBackgroundConfig = null; field in FooterButtonPartnerConfig.Builder
137 public Builder setButtonBackgroundConfig(PartnerConfig buttonBackgroundConfig) { in setButtonBackgroundConfig()
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButtonStyleUtils.java175 PartnerConfig buttonBackgroundConfig, in updateButtonBackgroundWithPartnerConfig()