Searched defs:onAnimationEnd (Results 1 – 13 of 13) sorted by relevance
129 … virtual void SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) {} in SetOnAnimationEnd()131 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
231 void SwiperModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()724 void SwiperModelNG::SetOnAnimationEnd(FrameNode* frameNode, AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
134 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
425 void TabsModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
24 onAnimationEnd(handler: (index: number, event: TabsAnimationEvent) => void): TabsAttribute { method in ArkTabsComponent
137 onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): this { method in ArkSwiperComponent
215 void SwiperModelImpl::SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimatio… in SetOnAnimationEnd()
534 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anon23eeee730402() variable
1003 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local1018 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
167 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
1094 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anona112f32d3102() variable
1203 auto onAnimationEnd = [&isAnimationEnd](int32_t index, const AnimationCallbackInfo& info) { in __anon3e4165b42b02() variable
28493 onAnimationEnd(value) { method in ArkSwiperComponent29380 onAnimationEnd(handler) { method in ArkTabsComponent