Searched refs:getAutoFill (Results 1 – 3 of 3) sorted by relevance
65 auto getAutoFill = pattern_->IsAutoFill(); variable66 EXPECT_FALSE(getAutoFill);81 auto getAutoFill = pattern_->IsAutoFill(); variable82 EXPECT_FALSE(getAutoFill);96 auto getAutoFill = pattern_->IsAutoFill(); variable97 EXPECT_FALSE(getAutoFill);130 auto getAutoFill = pattern_->IsAutoFill(); variable131 EXPECT_FALSE(getAutoFill);147 EXPECT_FALSE(getAutoFill);181 EXPECT_FALSE(getAutoFill);[all …]
56 … const RefPtr<SwiperLayoutProperty>& property, const OptionalSizeF& idealSize, bool getAutoFill) in CreateChildConstraint() argument61 … if ((!getAutoFill && !IsStretch(property)) || NonPositive(static_cast<double>(displayCount))) { in CreateChildConstraint()
209 auto getAutoFill = swiperPattern->IsAutoFill(); in Measure() local213 SwiperUtils::CreateChildConstraint(swiperLayoutProperty, contentIdealSize, getAutoFill); in Measure()