Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_event_hub.h181 void FireAnimationEndOnForceEvent(int32_t index, const AnimationCallbackInfo& info) in FireAnimationEndOnForceEvent() function
187 hub->FireAnimationEndOnForceEvent(index, info); in FireAnimationEndOnForceEvent()
H A Dswiper_pattern.cpp1286 isInterrupt ? swiperEventHub->FireAnimationEndOnForceEvent(currentIndex, info) in FireAnimationEndEvent()