Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_view.cpp92 layoutProps->UpdateFontSize(theme->GetMenuFontSize()); in SetHeader()
134 layoutProps->UpdateFontSize(theme->GetMenuFontSize()); in SetFooter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp87 textProperty->UpdateFontSize(theme->GetMenuFontSize()); in CreateText()
188 pasteLayoutProperty->UpdateFontSize(theme->GetMenuFontSize()); in CreatePasteButton()
H A Doption_pattern.cpp382 props->UpdateFontSize(value.IsNegative() ? selectTheme_->GetMenuFontSize() : value); in SetFontSize()
451 auto defaultSize = selectTheme_->GetMenuFontSize(); in GetFontSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_property.cpp78 auto defaultFontSize = theme ? theme->GetMenuFontSize() : Dimension(0, DimensionUnit::FP); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_property.h165 auto defaultFontSize = theme ? theme->GetMenuFontSize() : Dimension(0, DimensionUnit::FP); in ToJsonValue()
H A Dmenu_item_pattern.cpp1449 UpdateFontSize(textProperty, menuProperty, fontSize, theme->GetMenuFontSize()); in UpdateFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp178 CalcDimension fontSize = selectTheme->GetMenuFontSize(); in SetOptionFont()
349 SelectModelNG::SetOptionFontSize(frameNode, selectTheme->GetMenuFontSize()); in ResetOptionFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp335 SelectModel::GetInstance()->SetOptionFontSize(selectTheme->GetMenuFontSize()); in ResetFontSize()
338 SelectModel::GetInstance()->SetSelectedOptionFontSize(selectTheme->GetMenuFontSize()); in ResetFontSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.cpp77 textProperty->UpdateFontSize(textTheme->GetMenuFontSize()); in CreateText()
108 textProperty->UpdateFontSize(textTheme->GetMenuFontSize()); in CreateHeaderText()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitemgroup_test_ng.cpp834 EXPECT_EQ(layoutProps->GetFontSize(), selectTheme->GetMenuFontSize());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h869 const Dimension& GetMenuFontSize() const in GetMenuFontSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_select_bridge.cpp328 fontSize = selectTheme->GetMenuFontSize(); in SetOptionFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp786 pattern->SetFontSize(optionFont_.FontSize.value_or(selectTheme->GetMenuFontSize())); in ResetOptionProps()