Home
last modified time | relevance | path

Searched refs:updateSnapAnimationCount_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp705 updateSnapAnimationCount_++; in StartScrollSnapMotion()
712 scroll->updateSnapAnimationCount_--; in StartScrollSnapMotion()
713 if (scroll->updateSnapAnimationCount_ == 0) { in StartScrollSnapMotion()
1113 updateSnapAnimationCount_++; in UpdateScrollSnapEndWithOffset()
1128 scroll->updateSnapAnimationCount_--; in UpdateScrollSnapEndWithOffset()
1130 if (scroll->updateSnapAnimationCount_ == 0) { in UpdateScrollSnapEndWithOffset()
H A Dscrollable.h587 uint32_t updateSnapAnimationCount_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1754 scrollable->updateSnapAnimationCount_ = 0;
1762 scrollable->updateSnapAnimationCount_ = 3;