Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_event_hub.h77 animationEndEvents_.emplace_back(animationEndEvent); in AddAnimationEndEvent()
171 if (!animationEndEvents_.empty()) { in FireAnimationEndEvent()
172 std::for_each(animationEndEvents_.begin(), animationEndEvents_.end(), in FireAnimationEndEvent()
191 if (!animationEndEvents_.empty()) { in FireAnimationEndOnForceEvent()
195 std::for_each(animationEndEvents_.begin(), animationEndEvents_.end(), in FireAnimationEndOnForceEvent()
221 std::list<AnimationEndEventPtr> animationEndEvents_; variable