Home
last modified time | relevance | path

Searched refs:selectOptionComponent_ (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_option.cpp31 selectOptionComponent_ = AceType::MakeRefPtr<OptionComponent>(); in DOMOption()
32 selectOptionComponent_->SetId(std::to_string(nodeId)); in DOMOption()
42 selectOptionComponent_->InitTheme(GetThemeManager()); in ResetInitializedStyle()
45 selectOptionComponent_->SetClickedColor(theme_->GetClickedColor()); in ResetInitializedStyle()
46 selectOptionComponent_->SetSelectedColor(theme_->GetSelectedColor()); in ResetInitializedStyle()
47 selectOptionComponent_->SetSelectedBackgroundColor(theme_->GetSelectedColor()); in ResetInitializedStyle()
48 selectOptionComponent_->SetFontColor(theme_->GetFontColor()); in ResetInitializedStyle()
49 selectOptionComponent_->SetFontSize(theme_->GetFontSize()); in ResetInitializedStyle()
50 selectOptionComponent_->SetFontWeight(theme_->GetFontWeight()); in ResetInitializedStyle()
51 selectOptionComponent_->SetFontFamily(theme_->GetFontFamily()); in ResetInitializedStyle()
[all …]
Ddom_option.h36 return selectOptionComponent_; in GetSpecializedComponent()
53 RefPtr<OptionComponent> selectOptionComponent_; variable