Searched defs:onAnimationEnd (Results 1 – 13 of 13) sorted by relevance
121 … virtual void SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) {} in SetOnAnimationEnd()123 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
221 void SwiperModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()648 void SwiperModelNG::SetOnAnimationEnd(FrameNode* frameNode, AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
131 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
435 void TabsModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
24 onAnimationEnd(handler: (index: number, event: TabsAnimationEvent) => void): TabsAttribute { method in ArkTabsComponent
129 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 __anon33be1bd20402() variable
967 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local982 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
168 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
1203 auto onAnimationEnd = [&isAnimationEnd](int32_t index, const AnimationCallbackInfo& info) { in __anon661415d32b02() variable
1094 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anon45309b6c3102() variable
27999 onAnimationEnd(value) { method in ArkSwiperComponent28619 onAnimationEnd(handler) { method in ArkTabsComponent