Searched refs:SpringAnimation (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_animation.cpp | 30 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 D | spring_animation.h | 26 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 D | render_data_panel.cpp | 257 auto springAnimation = AceType::MakeRefPtr<SpringAnimation>(springProperty); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_pattern.h | 304 void SpringAnimation(float startPos, float endPos);
|
H A D | title_bar_pattern.cpp | 789 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 D | title_bar_test_ng.cpp | 402 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 D | render_sliding_panel.cpp | 524 auto heightAnimation = AceType::MakeRefPtr<SpringAnimation>(springProperty); in AppendBlankHeightAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_pattern.cpp | 666 auto heightAnimation = AceType::MakeRefPtr<SpringAnimation>(springProperty); in AppendBlankHeightAnimation()
|