Home
last modified time | relevance | path

Searched refs:GetSelectedColorText (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.cpp108 textStyle.SetTextColor(theme_->GetSelectedColorText()); in Initialize()
H A Drender_option.cpp449 style.SetTextColor(theme->GetSelectedColorText()); in UpdateTextColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp304 SelectModelNG::SetSelectedOptionFontColor(frameNode, selectTheme->GetSelectedColorText()); in ResetSelectedOptionFontColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp463 textColor = theme->GetSelectedColorText(); in SelectedOptionFontColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h439 const Color& GetSelectedColorText() const in GetSelectedColorText() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp842 auto selectedColorText = theme->GetSelectedColorText(); in UpdateSelectedProps()