/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tabs_layout_algorithm.h | 44 …SizeF MeasureSwiper(const RefPtr<TabsLayoutProperty>& layoutProperty, RefPtr<LayoutWrapper>& swipe…
|
H A D | tabs_layout_algorithm.cpp | 79 …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 D | stepper_layout_algorithm.h | 34 …void MeasureSwiper(LayoutWrapper* layoutWrapper, LayoutConstraintF swiperLayoutConstraint, float r…
|
H A D | stepper_layout_algorithm.cpp | 72 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 D | swiper_layout_test_ng.cpp | 838 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 D | swiper_layout_algorithm.h | 325 …void MeasureSwiper(LayoutWrapper* layoutWrapper, const LayoutConstraintF& layoutConstraint, Axis a…
|
H A D | swiper_layout_algorithm.cpp | 217 MeasureSwiper(layoutWrapper, childLayoutConstraint, axis); in Measure() 437 void SwiperLayoutAlgorithm::MeasureSwiper( in MeasureSwiper() function in OHOS::Ace::NG::SwiperLayoutAlgorithm
|