Home
last modified time | relevance | path

Searched refs:swiperLayoutConstraint (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp80 …outAlgorithm::MeasureSwiper(LayoutWrapper* layoutWrapper, LayoutConstraintF swiperLayoutConstraint, in MeasureSwiper() argument
92 auto swiperWidth = swiperLayoutConstraint.parentIdealSize.Width().value_or(0.0); in MeasureSwiper()
93 auto swiperHeight = swiperLayoutConstraint.parentIdealSize.Height().value_or(0.0) - in MeasureSwiper()
105 swiperLayoutConstraint.maxSize.SetHeight(swiperHeight); in MeasureSwiper()
106 swiperLayoutConstraint.selfIdealSize.SetHeight(swiperHeight); in MeasureSwiper()
107 swiperLayoutConstraint.selfIdealSize.SetWidth(swiperWidth); in MeasureSwiper()
108 swiperWrapper->Measure(swiperLayoutConstraint); in MeasureSwiper()
H A Dstepper_layout_algorithm.h34 …void MeasureSwiper(LayoutWrapper* layoutWrapper, LayoutConstraintF swiperLayoutConstraint, float r…