Home
last modified time | relevance | path

Searched defs:widthReserved (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp541 void TextFieldComponent::SetWidthReserved(const Dimension& widthReserved) in SetWidthReserved()
H A Drender_text_field.cpp822 double widthReserved = NormalizeToPx(widthReserved_); in SearchAction() local
1933 double widthReserved = NormalizeToPx(widthReserved_); in UpdateIcon() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h38 Dimension widthReserved; member
744 void SetWidthReserved(const Dimension& widthReserved) in SetWidthReserved()