Home
last modified time | relevance | path

Searched refs:CompBackgroundSecondary (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h52 swiperParameters.colorVal = themeColors->CompBackgroundSecondary(); in ApplyThemeToDotIndicator()
62 swiperParameters.colorVal = themeColors->CompBackgroundSecondary(); in ApplyThemeToDotIndicatorForce()
76 swiperParameters.colorVal = themeColors->CompBackgroundSecondary(); in ApplyThemeToIndicatorStyle()
110 swiperParameters.backgroundColor = themeColors->CompBackgroundSecondary(); in ApplyThemeToDisplayArrow()
119 swiperParameters.backgroundColor = themeColors->CompBackgroundSecondary(); in ApplyThemeToDisplayArrowForce()
H A Djs_slider_theme.h33 … auto gradient = NG::SliderModelNG::CreateSolidGradient(themeColors->CompBackgroundSecondary()); in ApplyTheme()
37 SliderModel::GetInstance()->SetStepColor(themeColors->CompBackgroundSecondary()); in ApplyTheme()
H A Djs_theme.h234 Color CompBackgroundSecondary() const in CompBackgroundSecondary() function