Home
last modified time | relevance | path

Searched refs:GetOriginBorder (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp181 const Border& TextFieldComponent::GetOriginBorder() const in GetOriginBorder() function in OHOS::Ace::TextFieldComponent
183 return declaration_->GetOriginBorder(); in GetOriginBorder()
H A Dtext_field_component.h92 const Border& GetOriginBorder() const;
H A Drender_text_field.cpp209 originBorder_ = textField->GetOriginBorder(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h422 const Border& GetOriginBorder() const in GetOriginBorder() function