Home
last modified time | relevance | path

Searched refs:IsRefreshInScroll (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Drefresh_coordination.h45 bool IsRefreshInScroll() const;
H A Drefresh_coordination.cpp78 bool RefreshCoordination::IsRefreshInScroll() const in IsRefreshInScroll() function in OHOS::Ace::NG::RefreshCoordination
H A Dscrollable_pattern.cpp335 …sScrollSpace = Positive(offset) || (Negative(offset) && refreshCoordination_->IsRefreshInScroll()); in CoordinateWithRefresh()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp858 auto isRefresh = scrollPn->refreshCoordination_->IsRefreshInScroll();