Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h290 … theme->optionTextStyle_.SetFontSize(pattern->GetAttr<Dimension>("text_font_size", 16.0_fp)); in ParseAttribute()
291 …theme->optionTextStyle_.SetFontFamilies({ pattern->GetAttr<std::string>("text_font_family_regular", in ParseAttribute()
293 theme->optionTextStyle_.SetFontWeight(FontWeight::NORMAL); in ParseAttribute()
294 …theme->optionTextStyle_.SetTextColor(pattern->GetAttr<Color>("select_font_color", Color(0xe5000000… in ParseAttribute()
295 theme->optionTextStyle_.SetTextDecoration(TextDecoration::NONE); in ParseAttribute()
384 theme->optionTextStyle_ = optionTextStyle_; in ClonePartTwo()
851 return optionTextStyle_; in GetOptionTextStyle()
1236 TextStyle optionTextStyle_; variable