Home
last modified time | relevance | path

Searched refs:SetNormalUnderlineColor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h83 void SetNormalUnderlineColor(const Color& normalColor) override;
167 static void SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor);
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
201 pattern->SetNormalUnderlineColor(normalColor); in SetNormalUnderlineColor()
1136 void TextFieldModelNG::SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor) in SetNormalUnderlineColor() function in OHOS::Ace::NG::TextFieldModelNG
1140 pattern->SetNormalUnderlineColor(normalColor); in SetNormalUnderlineColor()
H A Dtext_field_pattern.h968 void SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_test.cpp1252 pattern_->SetNormalUnderlineColor(Color::RED);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp1078 TextFieldModel::GetInstance()->SetNormalUnderlineColor(underlineColor); in SetUnderlineColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp1085 TextFieldModelNG::SetNormalUnderlineColor(frameNode, Color(normalColor)); in SetTextInputNormalUnderlineColor()