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/
H A Ddom_option.cpp30 selectOptionComponent_ = AceType::MakeRefPtr<OptionComponent>(); in DOMOption()
31 selectOptionComponent_->SetId(std::to_string(nodeId)); in DOMOption()
41 selectOptionComponent_->InitTheme(GetThemeManager()); in ResetInitializedStyle()
44 selectOptionComponent_->SetClickedColor(theme_->GetClickedColor()); in ResetInitializedStyle()
45 selectOptionComponent_->SetSelectedColor(theme_->GetSelectedColor()); in ResetInitializedStyle()
46 selectOptionComponent_->SetSelectedBackgroundColor(theme_->GetSelectedColor()); in ResetInitializedStyle()
47 selectOptionComponent_->SetFontColor(theme_->GetFontColor()); in ResetInitializedStyle()
48 selectOptionComponent_->SetFontSize(theme_->GetFontSize()); in ResetInitializedStyle()
49 selectOptionComponent_->SetFontWeight(theme_->GetFontWeight()); in ResetInitializedStyle()
50 selectOptionComponent_ in ResetInitializedStyle()
[all...]
H A Ddom_option.h36 return selectOptionComponent_;
53 RefPtr<OptionComponent> selectOptionComponent_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds