Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmulti_menu_layout_algorithm.cpp103 layoutConstraint->selfIdealSize.SetWidth(theme->GetMenuDefaultWidth().ConvertToPx()); in UpdateMenuDefaultConstraintByDevice()
105 childConstraint.minSize.SetWidth(theme->GetMenuDefaultWidth().ConvertToPx() - paddingWidth); in UpdateMenuDefaultConstraintByDevice()
H A Dmenu_layout_algorithm.cpp719 auto menuDefaultWidth = theme->GetMenuDefaultWidth().ConvertToPx(); in UpdateChildConstraintByDevice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h1116 const Dimension& GetMenuDefaultWidth() const in GetMenuDefaultWidth() function