Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model.h322 virtual void SetNormalUnderlineColor(const Color& normalColor) {}; in SetNormalUnderlineColor() function
H A Dtext_field_model_ng.cpp197 void TextFieldModelNG::SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor() function in OHOS::Ace::NG::TextFieldModelNG
1136 void TextFieldModelNG::SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor) in SetNormalUnderlineColor() function in OHOS::Ace::NG::TextFieldModelNG
H A Dtext_field_pattern.h968 void SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor() function