Home
last modified time | relevance | path

Searched refs:StepperLayoutAlgorithm (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_layout_algorithm.h23 class ACE_EXPORT StepperLayoutAlgorithm : public LayoutAlgorithm {
24 DECLARE_ACE_TYPE(StepperLayoutAlgorithm, LayoutAlgorithm);
27 explicit StepperLayoutAlgorithm(bool layoutLeftButton) : layoutLeftButton_(layoutLeftButton) {}; in StepperLayoutAlgorithm() function
28 ~StepperLayoutAlgorithm() override = default;
50 ACE_DISALLOW_COPY_AND_MOVE(StepperLayoutAlgorithm);
Dstepper_layout_algorithm.cpp34 void StepperLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()
77 void StepperLayoutAlgorithm::MeasureSwiper(LayoutWrapper* layoutWrapper, LayoutConstraintF swiperLa… in MeasureSwiper()
118 void StepperLayoutAlgorithm::MeasureLeftButton(LayoutWrapper* layoutWrapper, LayoutConstraintF butt… in MeasureLeftButton()
158 void StepperLayoutAlgorithm::MeasureRightButton(LayoutWrapper* layoutWrapper, LayoutConstraintF but… in MeasureRightButton()
210 void StepperLayoutAlgorithm::MeasureText( in MeasureText()
235 void StepperLayoutAlgorithm::ReCalcStepperSize( in ReCalcStepperSize()
275 void StepperLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
317 void StepperLayoutAlgorithm::SuitAgeLayoutButton( in SuitAgeLayoutButton()
364 float StepperLayoutAlgorithm::CaluateButtonHeight(LayoutWrapper* layoutWrapper, bool isRight) in CaluateButtonHeight()
381 void StepperLayoutAlgorithm::LayoutSwiper(LayoutWrapper* layoutWrapper) in LayoutSwiper()
[all …]
Dstepper_pattern.h71 return MakeRefPtr<StepperLayoutAlgorithm>(index_ != 0); in CreateLayoutAlgorithm()
/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
Dstepper_test_ng.cpp1257 …auto stepperLayoutAlgorithm = AceType::DynamicCast<StepperLayoutAlgorithm>(stepperPattern->CreateL…
1280 …auto stepperLayoutAlgorithm = AceType::DynamicCast<StepperLayoutAlgorithm>(stepperPattern->CreateL…