Home
last modified time | relevance | path

Searched refs:GetNormalUnderlineColorStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1012 std::string GetNormalUnderlineColorStr() const;
H A Dtext_field_pattern.cpp6475 std::string TextFieldPattern::GetNormalUnderlineColorStr() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
6752 underlineColorJsonValue->Put("normal", GetNormalUnderlineColorStr().c_str()); in OnBackPressed()