Home
last modified time | relevance | path

Searched refs:GetContentMainSize (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.h114 float GetContentMainSize(LayoutWrapper* layoutWrapper, const SizeF& frameSize) const;
H A Dtab_bar_layout_algorithm.cpp125 contentMainSize_ = GetContentMainSize(layoutWrapper, frameSize); in Measure()
143 float TabBarLayoutAlgorithm::GetContentMainSize(LayoutWrapper* layoutWrapper, const SizeF& frameSiz… in GetContentMainSize() function in OHOS::Ace::NG::TabBarLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h103 float GetContentMainSize() const in GetContentMainSize() function
H A Dswiper_pattern.cpp1039 …e if (RunningTranslateAnimation() && !NearEqual(oldContentMainSize_, algo->GetContentMainSize())) { in OnDirtyLayoutWrapperSwap()
1119 contentMainSize_ = algo->GetContentMainSize(); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h206 float GetContentMainSize() const in GetContentMainSize() function
H A Dlist_pattern.cpp204 contentMainSize_ = listLayoutAlgorithm->GetContentMainSize(); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp540 float resultWidth = tabBarLayoutAlgorithm->GetContentMainSize(&layoutWrapper, frameSize);
546 resultWidth = tabBarLayoutAlgorithm->GetContentMainSize(&layoutWrapper, frameSize);