Home
last modified time | relevance | path

Searched refs:GetFocusPlaceholderColor (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp53 textFieldDeclaration_->SetFocusPlaceholderColor(theme->GetFocusPlaceholderColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp506 const Color& TextFieldComponent::GetFocusPlaceholderColor() in GetFocusPlaceholderColor() function in OHOS::Ace::TextFieldComponent
508 return declaration_->GetFocusPlaceholderColor(); in GetFocusPlaceholderColor()
H A Dtext_field_component.h174 const Color& GetFocusPlaceholderColor();
H A Dtextfield_theme.h275 const Color& GetFocusPlaceholderColor() const in GetFocusPlaceholderColor() function
H A Drender_text_field.cpp196 focusPlaceholderColor_ = textField->GetFocusPlaceholderColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_theme.h105 const Color& GetFocusPlaceholderColor() const in GetFocusPlaceholderColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp293 component->SetFocusPlaceholderColor(theme->GetFocusPlaceholderColor()); in InitializeDefaultValue()
413 textFieldComponent->SetFocusPlaceholderColor(searchTheme->GetFocusPlaceholderColor()); in InitializeComponent()
H A Dtext_field_model_impl.cpp88 textAreaComponent->SetFocusPlaceholderColor(theme->GetFocusPlaceholderColor()); in InitTextAreaDefaultStyle()
174 textInputComponent->SetFocusPlaceholderColor(theme->GetFocusPlaceholderColor()); in InitTextInputDefaultStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp90 textFieldDeclaration_->SetFocusPlaceholderColor(searchTheme->GetFocusPlaceholderColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp74 style.focusPlaceholderColor = theme->GetFocusPlaceholderColor(); in InitializeStyle()
H A Dtextfield_declaration.h702 const Color& GetFocusPlaceholderColor() in GetFocusPlaceholderColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.cpp83 textFieldComponent_->SetFocusPlaceholderColor(searchTheme->GetFocusPlaceholderColor()); in InitializeStyle()
H A Ddom_textarea.cpp55 component->SetFocusPlaceholderColor(theme->GetFocusPlaceholderColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp47 component->SetFocusPlaceholderColor(theme->GetFocusPlaceholderColor()); in InitDefaultValue()