Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_component.h62 const Dimension& GetMenuMinWidth() const in GetMenuMinWidth() function
H A Drender_tool_bar_item.cpp138 menuMinWidth_ = toolBarItemComponent->GetMenuMinWidth(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h1121 const Dimension& GetMenuMinWidth() const in GetMenuMinWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp718 auto menuMinWidth = theme->GetMenuMinWidth().ConvertToPx(); in UpdateChildConstraintByDevice()