Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h185 …[[deprecated]] ScrollResult HandleScrollSelfOnly(double& offset, int32_t source, NestedState state…
H A Dscrollable.cpp466 [[deprecated("using NestableScrollContainer")]] ScrollResult Scrollable::HandleScrollSelfOnly( in HandleScrollSelfOnly() function in OHOS::Ace::Scrollable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h878 ScrollResult HandleScrollSelfOnly(float& offset, int32_t source, NestedState state);
H A Dscrollable_pattern.cpp2066 ScrollResult ScrollablePattern::HandleScrollSelfOnly(float& offset, int32_t source, NestedState sta… in HandleScrollSelfOnly() function in OHOS::Ace::NG::ScrollablePattern
2231 result = HandleScrollSelfOnly(offset, source, state); in HandleScroll()