Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.h91 LayoutConstraintF GetChildConstraint(LayoutWrapper* layoutWrapper, SizeF& frameSize);
H A Dtab_bar_layout_algorithm.cpp164 auto childLayoutConstraint = GetChildConstraint(layoutWrapper, frameSize); in MeasureFixedMode()
232 auto childLayoutConstraint = GetChildConstraint(layoutWrapper, frameSize); in MeasureScrollableMode()
308 LayoutConstraintF TabBarLayoutAlgorithm::GetChildConstraint(LayoutWrapper* layoutWrapper, SizeF& fr… in GetChildConstraint() function in OHOS::Ace::NG::TabBarLayoutAlgorithm