Home
last modified time | relevance | path

Searched refs:GetChildMaxSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h64 float GetChildMaxSize(LayoutWrapper* layoutWrapper, Axis axis, bool isMainAxis) const;
H A Dswiper_layout_algorithm.cpp224 contentCrossSize_ = GetChildMaxSize(layoutWrapper, axis, false) == 0.0f in Measure()
226 : GetChildMaxSize(layoutWrapper, axis, false); in Measure()
232 auto childMaxMainSize = GetChildMaxSize(layoutWrapper, axis, true); in Measure()
400 float SwiperLayoutAlgorithm::GetChildMaxSize(LayoutWrapper* layoutWrapper, Axis axis, bool isMainAx… in GetChildMaxSize() function in OHOS::Ace::NG::SwiperLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp801 swiperLayoutAlgorithm->GetChildMaxSize(&layoutWrapper, axis, isMainAxis);
1632 swiperLayoutAlgorithm->GetChildMaxSize(&layoutWrapper, axis, isMainAxis);