Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp163 auto result = scrollPn->GetCanOverScroll();
173 result = scrollPn->GetCanOverScroll();
602 auto result = scrollPn->GetCanOverScroll();
612 result = scrollPn->GetCanOverScroll();
957 auto result = scrollPn->GetCanOverScroll();
967 result = scrollPn->GetCanOverScroll();
1078 auto result = scrollPn->GetCanOverScroll();
1088 result = scrollPn->GetCanOverScroll();
1517 auto result = scrollPn->GetCanOverScroll();
1527 result = scrollPn->GetCanOverScroll();
H A Dscrollable_test_ng.cpp926 auto result = scrollPn->GetCanOverScroll();
936 result = scrollPn->GetCanOverScroll();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1896 if (!isOutOfBoundary && !GetCanOverScroll()) { in ProcessSpringEffect()
1921 bool ScrollablePattern::GetCanOverScroll() const in GetCanOverScroll() function in OHOS::Ace::NG::ScrollablePattern
2020 return { 0, GetCanOverScroll() }; in HandleScrollParentFirst()
2063 return { 0, GetCanOverScroll() }; in HandleScrollSelfFirst()
2236 initOffset, offset, source, state, GetCanOverScroll(), in HandleScroll()
H A Dscrollable_pattern.h809 bool GetCanOverScroll() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2168 if (source == SCROLL_FROM_UPDATE && GetCanOverScroll()) { in ProcessDragUpdate()