Home
last modified time | relevance | path

Searched refs:CompEmphasizeSecondary (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_progress_theme.h41 endSideColor.SetLinearColor(LinearColor(themeColors->CompEmphasizeSecondary())); in ApplyTheme()
43 beginSideColor.SetLinearColor(LinearColor(themeColors->CompEmphasizeSecondary())); in ApplyTheme()
48 ProgressModel::GetInstance()->SetColor(themeColors->CompEmphasizeSecondary()); in ApplyTheme()
51 auto borderColor = themeColors->CompEmphasizeSecondary(); in ApplyTheme()
H A Djs_indexer_theme.h38 … IndexerModel::GetInstance()->SetSelectedBackgroundColor(themeColors->CompEmphasizeSecondary()); in ApplyTheme()
H A Djs_toggle_theme.h42 ToggleModel::GetInstance()->SetSelectedColor(themeColors->CompEmphasizeSecondary()); in ApplyTheme()
H A Djs_theme.h250 Color CompEmphasizeSecondary() const in CompEmphasizeSecondary() function