Searched refs:normalTextStyle (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_layout_property.h | 80 auto normalTextStyle = JsonUtil::Create(true); in ToJsonValue() local 81 normalTextStyle->Put("color", GetColor().value_or(Color::BLACK).ColorToString().c_str()); in ToJsonValue() 82 normalTextStyle->Put("font", normalFont); in ToJsonValue() 83 json->PutExtAttr("textStyle", normalTextStyle, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_row_layout_property.h | 87 auto normalTextStyle = JsonUtil::Create(true); in ToJsonValue() local 88 normalTextStyle->Put("color", GetColor().value_or(Color::BLACK).ColorToString().c_str()); in ToJsonValue() 89 normalTextStyle->Put("font", normalFont); in ToJsonValue() 90 json->PutExtAttr("textStyle", normalTextStyle, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_property.h | 132 auto normalTextStyle = JsonUtil::Create(true); in ToJsonValue() local 133 normalTextStyle->Put("color", GetColor().value_or(Color::BLACK).ColorToString().c_str()); in ToJsonValue() 134 normalTextStyle->Put("font", normalFont); in ToJsonValue() 135 json->PutExtAttr("textStyle", normalTextStyle, filter); in ToJsonValue()
|