Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h137 void UpdateOptionConstraint(std::list<RefPtr<LayoutWrapper>>& options, float width);
H A Dmenu_layout_algorithm.cpp1981 UpdateOptionConstraint(optionsLayoutWrapper, maxChildrenWidth); in UpdateConstraintBaseOnOptions()
1996 void MenuLayoutAlgorithm::UpdateOptionConstraint(std::list<RefPtr<LayoutWrapper>>& options, float w… in UpdateOptionConstraint() function in OHOS::Ace::NG::MenuLayoutAlgorithm