Home
last modified time | relevance | path

Searched refs:GetPlaceHoldStyle (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp155 const TextStyle& SearchComponent::GetPlaceHoldStyle() const in GetPlaceHoldStyle() function in OHOS::Ace::SearchComponent
157 return declaration_->GetPlaceHoldStyle(); in GetPlaceHoldStyle()
H A Dsearch_component.h78 const TextStyle& GetPlaceHoldStyle() const;
H A Drender_search.cpp39 placeHoldStyle_ = searchComponent_->GetPlaceHoldStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp746 const TextStyle& TextFieldComponent::GetPlaceHoldStyle() const in GetPlaceHoldStyle() function in OHOS::Ace::TextFieldComponent
748 return declaration_->GetPlaceHoldStyle(); in GetPlaceHoldStyle()
H A Dtext_field_component.h263 const TextStyle& GetPlaceHoldStyle() const;
H A Drender_text_field.h293 TextStyle GetPlaceHoldStyle() in GetPlaceHoldStyle() function
H A Drender_text_field.cpp214 placeHoldStyle_ = textField->GetPlaceHoldStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h214 const TextStyle& GetPlaceHoldStyle() const in GetPlaceHoldStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextarea_composed_element.cpp102 auto placeHoldStyle = render->GetPlaceHoldStyle(); in GetPlaceholderFont()
H A Dtextinput_composed_element.cpp106 auto placeHoldStyle = render->GetPlaceHoldStyle(); in GetPlaceholderFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp112 TextStyle textStyle = searchComponent->GetPlaceHoldStyle(); in SetPlaceholderFont()
H A Dtext_field_model_impl.cpp247 auto textStyle = component->GetPlaceHoldStyle(); in SetPlaceholderFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h226 const TextStyle& GetPlaceHoldStyle() const in GetPlaceHoldStyle() function