Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h837 void NotifyParentScrollStart(WeakPtr<NestableScrollContainer> child, float position);
H A Dswiper_pattern.cpp2172 pattern->NotifyParentScrollStart(weak, pattern->direction_ == Axis::HORIZONTAL ? in InitPanEvent()
4918 NotifyParentScrollStart(child, position); in OnScrollStartRecursive()
4921 void SwiperPattern::NotifyParentScrollStart(WeakPtr<NestableScrollContainer> child, float position) in NotifyParentScrollStart() function in OHOS::Ace::NG::SwiperPattern