Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_theme.h63 …auto textMaxLines = static_cast<int32_t>(toastPattern->GetAttr<double>("toast_text_max_lines", 0.0… in ParsePattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp76 void TextFieldComponent::SetTextMaxLines(uint32_t textMaxLines) in SetTextMaxLines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h56 uint32_t textMaxLines = 1; member
280 void SetTextMaxLines(uint32_t textMaxLines) in SetTextMaxLines()