Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dinterpolator.h63 virtual bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
66 auto scheduler = weakScheduler.Upgrade();
H A Dcurve_animation.h80 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
89 return Interpolator::RunAsync(weakScheduler, option, prepareCallback, finishCallback);
H A Dkeyframe_animation.h102 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option, in RunAsync() argument
105 auto scheduler = weakScheduler.Upgrade(); in RunAsync()