Searched refs:DECELE (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | curves.h | 29 static const RefPtr<DecelerationCurve> DECELE; member in OHOS::Ace::Curves
|
H A D | curves.cpp | 22 const RefPtr<DecelerationCurve> Curves::DECELE = AceType::MakeRefPtr<DecelerationCurve>(); member in OHOS::Ace::Curves
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_fade_controller.cpp | 61 decele_ = AceType::MakeRefPtr<CurveAnimation<double>>(0.0, 1.0, Curves::DECELE); in Initialize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_controller.cpp | 59 decele_ = AceType::MakeRefPtr<CurveAnimation<double>>(0.0, 1.0, Curves::DECELE); in Initialize()
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer.cpp | 378 midFrame->SetCurve(Curves::DECELE); in BuildBubbleAnimation() 379 endFrame->SetCurve(Curves::DECELE); in BuildBubbleAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer.cpp | 436 midFrame->SetCurve(Curves::DECELE); in BuildBubbleAnimation() 437 endFrame->SetCurve(Curves::DECELE); in BuildBubbleAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/ |
H A D | animation_framework_test.cpp | 669 EXPECT_NEAR(targetValueFirst, Curves::DECELE->MoveInternal(testValueFirst), FLT_EPSILON); in HWTEST_F() 670 EXPECT_NEAR(targetValueSecond, Curves::DECELE->MoveInternal(testValueSecond), FLT_EPSILON); in HWTEST_F() 671 EXPECT_NEAR(targetValueThird, Curves::DECELE->MoveInternal(testValueThird), FLT_EPSILON); in HWTEST_F()
|
Completed in 8 milliseconds