Searched refs:SwiperChangeEvent (Results 1 – 8 of 8) sorted by relevance
32 class ACE_EXPORT SwiperChangeEvent : public BaseEventInfo, public EventToJSONStringAdapter {33 DECLARE_RELATIONSHIP_OF_CLASSES(SwiperChangeEvent, BaseEventInfo, EventToJSONStringAdapter);36 explicit SwiperChangeEvent(int32_t index) : BaseEventInfo("SwiperChangeEvent"), index_(index) {} in SwiperChangeEvent() function37 ~SwiperChangeEvent() = default;
1187 changeEvent_(std::make_shared<SwiperChangeEvent>(currentIndex_)); in FireItemChangedEvent()1201 animationStartEvent_(std::make_shared<SwiperChangeEvent>(currentIndex_)); in FireAnimationStart()1209 animationEndEvent_(std::make_shared<SwiperChangeEvent>(currentIndex_)); in FireAnimationEnd()3088 changeEvent_(std::make_shared<SwiperChangeEvent>(currentIndex_)); in UpdateItemCount()
85 JSRef<JSVal> SwiperChangeEventToJSValue(const SwiperChangeEvent& eventInfo) in SwiperChangeEventToJSValue()296 const auto* swiperInfo = TypeInfoHelper::DynamicCast<SwiperChangeEvent>(info); in ParseSwiperIndexObject()898 auto changeHandler = AceType::MakeRefPtr<JsEventFunction<SwiperChangeEvent, 1>>( in SetOnChange()904 const auto* swiperInfo = TypeInfoHelper::DynamicCast<SwiperChangeEvent>(info); in SetOnChange()939 auto animationStartHandler = AceType::MakeRefPtr<JsEventFunction<SwiperChangeEvent, 1>>( in SetOnAnimationStart()945 const auto* swiperInfo = TypeInfoHelper::DynamicCast<SwiperChangeEvent>(info); in SetOnAnimationStart()979 auto animationEndHandler = AceType::MakeRefPtr<JsEventFunction<SwiperChangeEvent, 1>>( in SetOnAnimationEnd()985 const auto* swiperInfo = TypeInfoHelper::DynamicCast<SwiperChangeEvent>(info); in SetOnAnimationEnd()
189 const auto* swiperInfo = TypeInfoHelper::DynamicCast<SwiperChangeEvent>(info); in FfiOHOSAceFrameworkSwiperSetOnChange()
205 SwiperChangeEvent eventInfo(index); in SetOnChange()335 SwiperChangeEvent eventInfo(index); in SetOnChangeEvent()634 SwiperChangeEvent eventInfo(index); in SetOnChange()
1168 const auto* swiperInfo = TypeInfoHelper::DynamicCast<SwiperChangeEvent>(info); in __anona048c02a2802()
1203 const auto* swiperInfo = TypeInfoHelper::DynamicCast<SwiperChangeEvent>(info); in SetSwiperChange()
807 const auto* swiperInfo = TypeInfoHelper::DynamicCast<SwiperChangeEvent>(info); in SetSwiperOnChange()