Home
last modified time | relevance | path

Searched refs:CompBackgroundEmphasize (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h55 swiperParameters.selectedColorVal = themeColors->CompBackgroundEmphasize(); in ApplyThemeToDotIndicator()
63 swiperParameters.selectedColorVal = themeColors->CompBackgroundEmphasize(); in ApplyThemeToDotIndicatorForce()
79 swiperParameters.selectedColorVal = themeColors->CompBackgroundEmphasize(); in ApplyThemeToIndicatorStyle()
H A Djs_toggle_theme.h34 … ToggleModel::GetInstance()->SetSelectedColor(themeColors->CompBackgroundEmphasize()); in ApplyTheme()
38 … ToggleModel::GetInstance()->SetSelectedColor(themeColors->CompBackgroundEmphasize()); in ApplyTheme()
H A Djs_radio_theme.h34 … RadioModel::GetInstance()->SetCheckedBackgroundColor(themeColors->CompBackgroundEmphasize()); in ApplyTheme()
42 color = themeColors->CompBackgroundEmphasize(); in ObtainCheckedBackgroundColor()
H A Djs_data_panel_theme.h36 gradientColorStart.SetLinearColor(LinearColor(themeColors->CompBackgroundEmphasize())); in ApplyTheme()
40 gradientColorEnd.SetLinearColor(LinearColor(themeColors->CompBackgroundEmphasize())); in ApplyTheme()
H A Djs_checkbox_theme.h31 CheckBoxModel::GetInstance()->SetSelectedColor(themeColors->CompBackgroundEmphasize()); in ApplyTheme()
H A Djs_checkboxgroup_theme.h31 CheckBoxGroupModel::GetInstance()->SetSelectedColor(themeColors->CompBackgroundEmphasize()); in ApplyTheme()
H A Djs_theme.h242 Color CompBackgroundEmphasize() const in CompBackgroundEmphasize() function