Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp454 scrollPause_ = false; in HandleDragEnd()
783 scrollPause_ = true; in ProcessScrollSnapMotion()
792 if (scrollPause_) { in ProcessScrollSnapStop()
793 scrollPause_ = false; in ProcessScrollSnapStop()
862 if (scroll->springAnimationCount_ > 0 || scroll->scrollPause_) { in StartSpringMotion()
945 if (scrollPause_) { in ProcessScrollMotionStop()
946 scrollPause_ = false; in ProcessScrollMotionStop()
993 scrollPause_ = true; in ProcessSpringMotion()
1049 scrollPause_ = true; in ProcessScrollMotion()
H A Dscrollable.h524 bool scrollPause_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp600 scrollPause_ = false; in HandleDragEnd()
909 scrollPause_ = true; in ProcessScrollSnapMotion()
919 if (scrollPause_) { in ProcessScrollSnapStop()
920 scrollPause_ = false; in ProcessScrollSnapStop()
1005 if (scrollPause_) { in ProcessScrollMotionStop()
1006 scrollPause_ = false; in ProcessScrollMotionStop()
1086 scrollPause_ = true; in ProcessScrollMotion()
H A Dscrollable.h530 bool scrollPause_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp622 scrollable->scrollPause_ = false;
646 scrollable->scrollPause_ = true;
649 EXPECT_FALSE(scrollable->scrollPause_);
661 scrollable->scrollPause_ = true;
706 EXPECT_TRUE(scrollable->scrollPause_);
1713 scrollable->scrollPause_ = true;
1719 EXPECT_FALSE(scrollable->scrollPause_);
1731 scrollable->scrollPause_ = false;