Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6751 auto underlineColorJsonValue = JsonUtil::Create(true); in OnBackPressed() local
6752 underlineColorJsonValue->Put("normal", GetNormalUnderlineColorStr().c_str()); in OnBackPressed()
6753 underlineColorJsonValue->Put("typing", GetTypingUnderlineColorStr().c_str()); in OnBackPressed()
6754 underlineColorJsonValue->Put("error", GetErrorUnderlineColorStr().c_str()); in OnBackPressed()
6755 underlineColorJsonValue->Put("disable", GetDisableUnderlineColorStr().c_str()); in OnBackPressed()
6756 json->PutExtAttr("underlineColor", underlineColorJsonValue->ToString().c_str(), filter); in OnBackPressed()