Home
last modified time | relevance | path

Searched refs:SetPressColor (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp145 void SearchComponent::SetPressColor(const Color& pressColor) in SetPressColor() function in OHOS::Ace::SearchComponent
147 declaration_->SetPressColor(pressColor); in SetPressColor()
H A Dsearch_component.h75 void SetPressColor(const Color& pressColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_component.h67 void SetPressColor(const Color& pressColor) in SetPressColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp59 textFieldDeclaration_->SetPressColor(theme->GetPressColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp576 void TextFieldComponent::SetPressColor(const Color& pressColor) in SetPressColor() function in OHOS::Ace::TextFieldComponent
578 declaration_->SetPressColor(pressColor); in SetPressColor()
H A Dtext_field_component.h195 void SetPressColor(const Color& pressColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h176 void SetPressColor(const Color& pressColor) in SetPressColor() function
H A Dsearch_declaration.cpp99 SetPressColor(textFieldTheme->GetPressColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp299 component->SetPressColor(theme->GetPressColor()); in InitializeDefaultValue()
427 searchComponent->SetPressColor(textFieldTheme->GetPressColor()); in InitializeComponent()
H A Dtext_field_model_impl.cpp94 textAreaComponent->SetPressColor(theme->GetPressColor()); in InitTextAreaDefaultStyle()
180 textInputComponent->SetPressColor(theme->GetPressColor()); in InitTextInputDefaultStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar_item.cpp70 toolBarItemChild_->SetPressColor(theme_->GetPressColor()); in InitializedToolBarItemChild()
H A Ddom_search.cpp94 searchChild_->SetPressColor(textFieldTheme->GetPressColor()); in InitializeStyle()
H A Ddom_textarea.cpp61 component->SetPressColor(theme->GetPressColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp53 component->SetPressColor(theme->GetPressColor()); in InitDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h786 void SetPressColor(const Color& pressColor) in SetPressColor() function