Home
last modified time | relevance | path

Searched refs:SpringMotion (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_motion.cpp25 SpringMotion::SpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>&… in SpringMotion() function in OHOS::Ace::SpringMotion
30 SpringModelType SpringMotion::GetType() in GetType()
39 double SpringMotion::GetCurrentPosition() in GetCurrentPosition()
44 double SpringMotion::GetCurrentVelocity() in GetCurrentVelocity()
49 double SpringMotion::GetEndValue() const in GetEndValue()
59 bool SpringMotion::IsCompleted() in IsCompleted()
64 void SpringMotion::SetAccuracy(double accuracy) in SetAccuracy()
69 void SpringMotion::SetVelocityAccuracy(double velocityAccuracy) in SetVelocityAccuracy()
82 void SpringMotion::Move(float offsetTime) in Move()
99 : SpringMotion(start, end, velocity, spring) in ScrollSpringMotion()
[all …]
H A Dspring_motion.h27 class ACE_FORCE_EXPORT SpringMotion : public Motion {
28 DECLARE_ACE_TYPE(SpringMotion, Motion);
31 SpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>& spring);
33 ~SpringMotion() override = default;
70 class ScrollSpringMotion : public SpringMotion {
71 DECLARE_ACE_TYPE(ScrollSpringMotion, SpringMotion);
H A Dsimple_spring_node.h71 RefPtr<SpringMotion> spring_;
H A Dchain_animation.h56 RefPtr<SpringMotion> spring_;
H A Dsimple_spring_node.cpp30 spring_ = AceType::MakeRefPtr<SpringMotion>(0.0, 0.0, 0.0, springProperty_); in SimpleSpringNode()
H A Dchain_animation.cpp33 spring_ = AceType::MakeRefPtr<SpringMotion>(space, space, 0.0, springProperty_); in ChainAnimationNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dclick_spring_effect.cpp60 RefPtr<SpringMotion> springMotion; in ShowAnimation()
63 springMotion = AceType::MakeRefPtr<SpringMotion>( in ShowAnimation()
68 springMotion = AceType::MakeRefPtr<SpringMotion>( in ShowAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Danimate_impl_test.cpp86 ArkUI_CurveHandle curve = SpringMotion(0.0f, 0.0f, 0.0f);
218 ArkUI_CurveHandle curve = SpringMotion(0.5f, 0.5f, 0.5f);
233 ArkUI_CurveHandle curve = SpringMotion(-1.0f, -1.0f, -1.0f);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.h114 ArkUI_CurveHandle SpringMotion(float response, float dampingFraction, float overlapDuration);
H A Danimate_impl.cpp319 ArkUI_CurveHandle SpringMotion(float response, float dampingFraction, float overlapDuration) in SpringMotion() function
H A Dnode_animate.cpp681 return OHOS::Ace::AnimateModel::SpringMotion(response, dampingFraction, overlapDuration); in OH_ArkUI_Curve_CreateSpringMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h522 RefPtr<SpringMotion> scrollSnapMotion_;
523 RefPtr<SpringMotion> snapMotion_;
H A Dscrollable.cpp813 …scrollSnapMotion_ = AceType::MakeRefPtr<SpringMotion>(start, end, scrollSnapVelocity, DEFAULT_OVER… in StartScrollSnapMotion()
851 snapMotion_ = AceType::MakeRefPtr<SpringMotion>( in ProcessScrollSnapSpringMotion()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-spring-curve.md112 …new Spring('responsive' + '\n' + 'SpringMotion', '弹性跟手曲线', curves.responsiveSpringMotion(1, 0.25)),
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h471 RefPtr<SpringMotion> scrollToIndexMotion_;
472 RefPtr<SpringMotion> scrollSnapMotion_;
H A Dlist_item_pattern.h292 RefPtr<SpringMotion> springMotion_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.h216 RefPtr<SpringMotion> springMotion_;
H A Drender_list_item.cpp384 …springMotion_ = AceType::MakeRefPtr<SpringMotion>(start, end, velocity, DEFAULT_OVER_SPRING_PROPER… in StartSpringMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator.cpp94 return AceType::MakeRefPtr<SpringMotion>( in ParseOptionToMotion()
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-spring-curve.md112 …new Spring('responsive' + '\n' + 'SpringMotion', 'Responsive spring curve', curves.responsiveSprin…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp438 auto springMotion = AceType::MakeRefPtr<SpringMotion>(start, end, velocity, springProperty); in ConstructorCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h592 RefPtr<SpringMotion> indicatorSpringMotion_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h587 RefPtr<SpringMotion> springMotion_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp1997 auto springMotion = AceType::MakeRefPtr<SpringMotion>(0.0, 500.0, 0.0, springDescription);
2042 auto springMotion = AceType::MakeRefPtr<SpringMotion>(0.0, 500.0, 0.0, springDescription);
2086 auto springMotion = AceType::MakeRefPtr<SpringMotion>(0.0, 300.0, 0.0, springDescription);
/ohos5.0/foundation/arkui/ace_engine/build/
H A Dlibace.map66 OHOS::Ace::SpringMotion::*;

12