Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurves.h31 static const RefPtr<SineCurve> SINE; variable
H A Dcurves.cpp24 const RefPtr<SineCurve> Curves::SINE = AceType::MakeRefPtr<SineCurve>(); member in OHOS::Ace::Curves
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp601 EXPECT_NEAR(targetValueFirst, Curves::SINE->MoveInternal(testValueFirst), FLT_EPSILON);
602 EXPECT_NEAR(targetValueSecond, Curves::SINE->MoveInternal(testValueSecond), FLT_EPSILON);
603 EXPECT_NEAR(targetValueThird, Curves::SINE->MoveInternal(testValueThird), FLT_EPSILON);
1836 kf3->SetCurve(Curves::SINE);