Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurves.h31 static const RefPtr<SineCurve> SINE; member in OHOS::Ace::Curves
H A Dcurves.cpp24 const RefPtr<SineCurve> Curves::SINE = AceType::MakeRefPtr<SineCurve>(); member in OHOS::Ace::Curves
/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); in HWTEST_F()
602 EXPECT_NEAR(targetValueSecond, Curves::SINE->MoveInternal(testValueSecond), FLT_EPSILON); in HWTEST_F()
603 EXPECT_NEAR(targetValueThird, Curves::SINE->MoveInternal(testValueThird), FLT_EPSILON); in HWTEST_F()
1836 kf3->SetCurve(Curves::SINE); in HWTEST_F()

Completed in 5 milliseconds