Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.h36 void MeasureRow(const RefPtr<LayoutWrapper>& row, const LayoutConstraintF& constraint);
H A Doption_layout_algorithm.cpp58 MeasureRow(child, childConstraint); in Measure()
143 void OptionLayoutAlgorithm::MeasureRow(const RefPtr<LayoutWrapper>& row, const LayoutConstraintF& c… in MeasureRow() function in OHOS::Ace::NG::OptionLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.h43 void MeasureRow(const RefPtr<LayoutWrapper>& row, const LayoutConstraintF& constraint);
H A Dmenu_item_layout_algorithm.cpp178 MeasureRow(leftRow, childConstraint); in MeasureItemViews()
219 void MenuItemLayoutAlgorithm::MeasureRow(const RefPtr<LayoutWrapper>& row, const LayoutConstraintF&… in MeasureRow() function in OHOS::Ace::NG::MenuItemLayoutAlgorithm