Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_layout_algorithm.h44 …SizeF MeasureSwiper(const RefPtr<TabsLayoutProperty>& layoutProperty, RefPtr<LayoutWrapper>& swipe…
H A Dtabs_layout_algorithm.cpp79 …swiperSize = MeasureSwiper(layoutProperty, swiperWrapper, idealSize, tabBarSize, dividerStrokeWidt… in Measure()
265 SizeF TabsLayoutAlgorithm::MeasureSwiper(const RefPtr<TabsLayoutProperty>& layoutProperty, in MeasureSwiper() function in OHOS::Ace::NG::TabsLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.h34 …void MeasureSwiper(LayoutWrapper* layoutWrapper, LayoutConstraintF swiperLayoutConstraint, float r…
H A Dstepper_layout_algorithm.cpp72 MeasureSwiper(layoutWrapper, childLayoutConstraint, rightButtonHeight, leftButtonHeight); in Measure()
74 MeasureSwiper(layoutWrapper, childLayoutConstraint, 0, 0); in Measure()
80 void StepperLayoutAlgorithm::MeasureSwiper(LayoutWrapper* layoutWrapper, LayoutConstraintF swiperLa… in MeasureSwiper() function in OHOS::Ace::NG::StepperLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp838 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
854 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
878 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
906 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
935 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
953 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
966 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
1008 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
1077 swiperLayoutAlgorithm->MeasureSwiper(&layoutWrapper, layoutConstraint, axis);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h325 …void MeasureSwiper(LayoutWrapper* layoutWrapper, const LayoutConstraintF& layoutConstraint, Axis a…
H A Dswiper_layout_algorithm.cpp217 MeasureSwiper(layoutWrapper, childLayoutConstraint, axis); in Measure()
437 void SwiperLayoutAlgorithm::MeasureSwiper( in MeasureSwiper() function in OHOS::Ace::NG::SwiperLayoutAlgorithm