Searched defs:SetNormalUnderlineColor (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ | ||
H A D | text_field_model.h | 322 virtual void SetNormalUnderlineColor(const Color& normalColor) {}; in SetNormalUnderlineColor() function in OHOS::Ace::TextFieldModel |
H A D | text_field_model_ng.cpp | 192 void TextFieldModelNG::SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor() function in OHOS::Ace::NG::TextFieldModelNG 1186 void TextFieldModelNG::SetNormalUnderlineColor(FrameNode* frameNode, const Color& normalColor) in SetNormalUnderlineColor() function in OHOS::Ace::NG::TextFieldModelNG |
H A D | text_field_pattern.h | 999 void SetNormalUnderlineColor(const Color& normalColor) in SetNormalUnderlineColor() function in OHOS::OHOS::Ace::NG::TextFieldPattern |
Completed in 10 milliseconds