Home
last modified time | relevance | path

Searched refs:ShowEllipsis (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp326 bool TextFieldComponent::ShowEllipsis() const in ShowEllipsis() function in OHOS::Ace::TextFieldComponent
328 return declaration_->ShowEllipsis(); in ShowEllipsis()
H A Dtext_field_component.h137 bool ShowEllipsis() const;
H A Dtextfield_theme.h375 bool ShowEllipsis() const in ShowEllipsis() function
H A Drender_text_field.cpp338 showEllipsis_ = textField->ShowEllipsis(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp61 attribute.showEllipsis = theme->ShowEllipsis(); in InitializeStyle()
H A Dtextfield_declaration.h586 bool ShowEllipsis() const in ShowEllipsis() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp301 component->SetShowEllipsis(theme->ShowEllipsis()); in InitializeDefaultValue()
H A Dtext_field_model_impl.cpp182 textInputComponent->SetShowEllipsis(theme->ShowEllipsis()); in InitTextInputDefaultStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp55 component->SetShowEllipsis(theme->ShowEllipsis()); in InitDefaultValue()