Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h84 class ComplementaryCurve final : public Curve {
85 DECLARE_ACE_TYPE(ComplementaryCurve, Curve);
88 explicit ComplementaryCurve(const RefPtr<Curve>& curve) : curve_(curve) {} in ComplementaryCurve() function
89 ~ComplementaryCurve() override = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp810 ComplementaryCurve complementaryCurve = ComplementaryCurve(stepsCurveStart);