Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_event_test_ng.cpp767 EXPECT_TRUE(pattern_->childScrolling_);
770 EXPECT_TRUE(pattern_->childScrolling_);
778 EXPECT_FALSE(pattern_->childScrolling_);
783 EXPECT_TRUE(pattern_->childScrolling_);
789 EXPECT_FALSE(pattern_->childScrolling_);
801 pattern_->childScrolling_ = true;
804 EXPECT_FALSE(pattern_->childScrolling_);
830 pattern_->childScrolling_ = true;
878 pattern_->childScrolling_ = true;
891 pattern_->childScrolling_ = true;
[all …]
H A Dswiper_common_test_ng.cpp117 pattern_->childScrolling_ = true;
127 EXPECT_FALSE(pattern_->childScrolling_);
H A Dswiper_test_ng.cpp715 pattern_->childScrolling_ = true;
740 pattern_->childScrolling_ = true;
762 pattern_->childScrolling_ = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2382 if (!IsLoop() && (isDragging_ || childScrolling_)) { in UpdateCurrentOffset()
2396 if (isDragging_ || childScrolling_) { in UpdateCurrentOffset()
2587 if (isDragging_ || childScrolling_) { in UpdateAnimationProperty()
2648 if (childScrolling_) { in HandleTouchDown()
2651 childScrolling_ = false; in HandleTouchDown()
2794 if (!childScrolling_) { in HandleDragEnd()
3636 childScrolling_ = false; in PlaySpringAnimation()
4915 childScrolling_ = true; in OnScrollStartRecursive()
4944 childScrolling_ = false; in OnScrollEndRecursive()
4993 DestructSetter<bool> scope(childScrolling_, false); in HandleScrollVelocity()
[all …]
H A Dswiper_pattern.h1016 bool childScrolling_ = false; variable