Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h872 …void OnScrollStartRecursiveInner(WeakPtr<NestableScrollContainer> child, float position, float vel…
H A Dscrollable_pattern.cpp556 pattern->OnScrollStartRecursiveInner(weak, position, pattern->GetVelocity()); in AddScrollEvent()
1086 pattern->OnScrollStartRecursiveInner(weak, offset, pattern->GetVelocity()); in SetScrollBarProxy()
2369 OnScrollStartRecursiveInner(child, position, velocity); in OnScrollStartRecursive()
2374 void ScrollablePattern::OnScrollStartRecursiveInner( in OnScrollStartRecursiveInner() function in OHOS::Ace::NG::ScrollablePattern