Home
last modified time | relevance | path

Searched refs:HandleOutBoundary (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h880 bool HandleOutBoundary(float& offset, int32_t source, NestedState state, ScrollResult& result);
H A Dscrollable_pattern.cpp2132 bool ScrollablePattern::HandleOutBoundary(float& offset, int32_t source, NestedState state, ScrollR… in HandleOutBoundary() function in OHOS::Ace::NG::ScrollablePattern
2219 } else if (!HandleOutBoundary(offset, source, state, result)) { in HandleScroll()