Home
last modified time | relevance | path

Searched refs:SpringAnimation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_animation.cpp30 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property) in SpringAnimation() function in OHOS::Ace::SpringAnimation
37 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity) in SpringAnimation() function in OHOS::Ace::SpringAnimation
44 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity, float valu… in SpringAnimation() function in OHOS::Ace::SpringAnimation
51 void SpringAnimation::SetEndPosition(float endPosition, float startVelocity) in SetEndPosition()
62 void SpringAnimation::UpdatePosition(float normalized) in UpdatePosition()
73 void SpringAnimation::InitEstimateDuration() in InitEstimateDuration()
88 RefPtr<Curve> SpringAnimation::GetCurve() in GetCurve()
H A Dspring_animation.h26 class SpringAnimation : public Animation<float> {
27 DECLARE_ACE_TYPE(SpringAnimation, Animation);
30 explicit SpringAnimation(const RefPtr<SpringProperty>& property);
31 SpringAnimation(const RefPtr<SpringProperty>& property, float velocity);
32 SpringAnimation(const RefPtr<SpringProperty>& property, float velocity, float valueThreshold);
33 ~SpringAnimation() override = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp257 auto springAnimation = AceType::MakeRefPtr<SpringAnimation>(springProperty); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.h304 void SpringAnimation(float startPos, float endPos);
H A Dtitle_bar_pattern.cpp789 void TitleBarPattern::SpringAnimation(float startPos, float endPos) in SpringAnimation() function in OHOS::Ace::NG::TitleBarPattern
1193 SpringAnimation(finalHeight - maxTitleBarHeight_, 0); in OnCoordScrollEnd()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dtitle_bar_test_ng.cpp402 titleBarPattern->SpringAnimation(startPos, 0);
629 titleBarPattern_->SpringAnimation(100.0f, 0);
989 titleBarPattern_->SpringAnimation(100.0f, 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.cpp524 auto heightAnimation = AceType::MakeRefPtr<SpringAnimation>(springProperty); in AppendBlankHeightAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.cpp666 auto heightAnimation = AceType::MakeRefPtr<SpringAnimation>(springProperty); in AppendBlankHeightAnimation()