Home
last modified time | relevance | path

Searched refs:IsAutoFill (Results 1 – 5 of 5) 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();
81 auto getAutoFill = pattern_->IsAutoFill();
96 auto getAutoFill = pattern_->IsAutoFill();
130 auto getAutoFill = pattern_->IsAutoFill();
146 auto getAutoFill = pattern_->IsAutoFill();
180 auto getAutoFill = pattern_->IsAutoFill();
203 auto getAutoFill = pattern_->IsAutoFill();
H A Dswiper_attr_test_ng.cpp636 EXPECT_TRUE(pattern_->IsAutoFill());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h422 bool IsAutoFill() const;
H A Dswiper_layout_algorithm.cpp209 auto getAutoFill = swiperPattern->IsAutoFill(); in Measure()
H A Dswiper_pattern.cpp3848 bool isAutoFill = IsAutoFill(); in CalculateDisplayCount()
3882 bool SwiperPattern::IsAutoFill() const in IsAutoFill() function in OHOS::Ace::NG::SwiperPattern