Searched refs:onContentDidScroll_ (Results 1 – 2 of 2) sorted by relevance
471 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
1516 CHECK_NULL_VOID(onContentDidScroll_); in FireContentDidScrollEvent()1517 auto event = *onContentDidScroll_; in FireContentDidScrollEvent()