Home
last modified time | relevance | path

Searched refs:IsDisableSwipe (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.cpp636 EXPECT_TRUE(swiperPattern_->IsDisableSwipe());
657 EXPECT_FALSE(swiperPattern_->IsDisableSwipe());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp521 EXPECT_FALSE(pattern_->IsDisableSwipe());
538 EXPECT_TRUE(pattern_->IsDisableSwipe());
H A Dswiper_event_test_ng.cpp1232 EXPECT_FALSE(pattern_->IsDisableSwipe());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp402 bool disableSwipe = IsDisableSwipe(); in OnModifyDone()
3948 bool SwiperPattern::IsDisableSwipe() const in IsDisableSwipe() function in OHOS::Ace::NG::SwiperPattern
4912 if (IsDisableSwipe()) { in OnScrollStartRecursive()
4936 if (IsDisableSwipe()) { in OnScrollEndRecursive()
4951 if (IsDisableSwipe()) { in OnScrollDragEndRecursive()
4987 if (IsDisableSwipe()) { in HandleScrollVelocity()
5018 if (IsDisableSwipe()) { in HandleScroll()
H A Dswiper_pattern.h711 bool IsDisableSwipe() const;