Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_model.h356 virtual void SetNormalMaxViewLines(uint32_t value) {}; in SetNormalMaxViewLines() function
Dtext_field_model_static.cpp224 void TextFieldModelStatic::SetNormalMaxViewLines(FrameNode* frameNode, const std::optional<uint32_t… in SetNormalMaxViewLines() function in OHOS::Ace::NG::TextFieldModelStatic
Dtext_field_model_ng.cpp810 void TextFieldModelNG::SetNormalMaxViewLines(uint32_t value) in SetNormalMaxViewLines() function in OHOS::Ace::NG::TextFieldModelNG
1229 void TextFieldModelNG::SetNormalMaxViewLines(FrameNode* frameNode, uint32_t value) in SetNormalMaxViewLines() function in OHOS::Ace::NG::TextFieldModelNG