Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h1131 double GetMenuMaxWidthRatio() const in GetMenuMaxWidthRatio() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp720 auto menuMaxWidth = theme->GetMenuMaxWidthRatio() * SystemProperties::GetDeviceWidth(); in UpdateChildConstraintByDevice()