Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h471 onContentDidScroll_ = std::make_shared<ContentDidScrollEvent>(onContentDidScroll); in SetOnContentDidScroll()
476 return onContentDidScroll_; in GetOnContentDidScroll()
916 return (onSwiperCustomContentTransition_ || onContentDidScroll_) && !hasCachedCapture_ && in SupportSwiperCustomAnimation()
1095 std::shared_ptr<ContentDidScrollEvent> onContentDidScroll_; variable
H A Dswiper_pattern.cpp1516 CHECK_NULL_VOID(onContentDidScroll_); in FireContentDidScrollEvent()
1517 auto event = *onContentDidScroll_; in FireContentDidScrollEvent()