Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.h119 void SetOnAnimationFinished(const std::function<void()>& onFinishCallback);
H A Dsvg_context.cpp87 void SvgContext::SetOnAnimationFinished(const std::function<void()>& onFinishCallback) in SetOnAnimationFinished() function in OHOS::Ace::NG::SvgContext
H A Dsvg_dom.cpp281 svgContext_->SetOnAnimationFinished(onFinishCallback); in SetAnimationOnFinishCallback()