Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_utils_test_ng.cpp65 auto getAutoFill = pattern_->IsAutoFill(); variable
66 EXPECT_FALSE(getAutoFill);
81 auto getAutoFill = pattern_->IsAutoFill(); variable
82 EXPECT_FALSE(getAutoFill);
96 auto getAutoFill = pattern_->IsAutoFill(); variable
97 EXPECT_FALSE(getAutoFill);
130 auto getAutoFill = pattern_->IsAutoFill(); variable
131 EXPECT_FALSE(getAutoFill);
147 EXPECT_FALSE(getAutoFill);
181 EXPECT_FALSE(getAutoFill);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_utils.h56 … const RefPtr<SwiperLayoutProperty>& property, const OptionalSizeF& idealSize, bool getAutoFill) in CreateChildConstraint() argument
61 … if ((!getAutoFill && !IsStretch(property)) || NonPositive(static_cast<double>(displayCount))) { in CreateChildConstraint()
H A Dswiper_layout_algorithm.cpp209 auto getAutoFill = swiperPattern->IsAutoFill(); in Measure() local
213 SwiperUtils::CreateChildConstraint(swiperLayoutProperty, contentIdealSize, getAutoFill); in Measure()