Home
last modified time | relevance | path

Searched refs:animationStartEvents_ (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.h72 animationStartEvents_.emplace_back(animationStartEvent); in AddAnimationStartEvent()
145 if (!animationStartEvents_.empty()) { in FireAnimationStartEvent()
146 std::for_each(animationStartEvents_.begin(), animationStartEvents_.end(), in FireAnimationStartEvent()
220 std::list<AnimationStartEventPtr> animationStartEvents_; variable