Home
last modified time | relevance | path

Searched defs:velocity (Results 1 - 25 of 129) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_spring_effect.cpp37 void ScrollSpringEffect::ProcessScrollOver(double velocity) in ProcessScrollOver() argument
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_row_split.cpp72 void RenderRowSplit::HandleDragEnd(const Offset& endPoint, double velocity) in HandleDragEnd() argument
H A Drender_column_split.cpp69 void RenderColumnSplit::HandleDragEnd(const Offset& endPoint, double velocity) in HandleDragEnd() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dvelocity_motion.h82 void SetVelocity(const float velocity) in SetVelocity() argument
H A Dsimple_spring_node.h56 void SetVelocity(double velocity) in SetVelocity() argument
H A Dscroll_motion.h62 RefPtr<ScrollSpringMotion> MakeUnderScrollMotion(double position, double velocity) in MakeUnderScrollMotion() argument
67 RefPtr<ScrollSpringMotion> MakeOverScrollMotion(double position, double velocity) in MakeOverScrollMotion() argument
H A Dscroll_motion.cpp27 ScrollMotion::ScrollMotion(double position, double velocity, const ExtentPair& extent, in ScrollMotion() argument
H A Dspring_animation.cpp37 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity) in SpringAnimation() argument
44 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity, float valueThreshold) in SpringAnimation() argument
76 float velocity = 0.0f; in InitEstimateDuration() local
H A Dsimple_spring_node.cpp72 void SimpleSpringNode::EndToValue(double endValue, double velocity) in EndToValue() argument
149 void SimpleSpringNode::ResetNode(double value, double velocity) in ResetNode() argument
H A Dspring_model.cpp72 RefPtr<SpringModel> SpringModel::Build(double distance, double velocity, const RefPtr<SpringProperty>& spring) in Build() argument
94 CriticalDampedModel::CriticalDampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) in CriticalDampedModel() argument
120 OverdampedModel::OverdampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) in OverdampedModel() argument
149 UnderdampedModel::UnderdampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) in UnderdampedModel() argument
[all...]
H A Dspring_curve.cpp34 SpringCurve::SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve() argument
63 float velocity = 0.0f; in InitEstimateDuration() local
H A Dspring_curve.h34 void UpdateVelocity(float velocity) in UpdateVelocity() argument
H A Dspring_motion.cpp25 SpringMotion::SpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in SpringMotion() argument
74 void SpringMotion::Reset(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in Reset() argument
98 ScrollSpringMotion::ScrollSpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>& spring) in ScrollSpringMotion() argument
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_spring_chain.h44 void SetVelocity(double velocity) in SetVelocity() argument
H A Dmock_animation_manager.cpp84 void MockAnimationManager::TickByVelocity(float velocity) in TickByVelocity() argument
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_modifier_adapter.cpp24 AnimateWithVelocity( const AnimationOption& option, float value, float velocity, const FinishCallback& finishCallback) AnimateWithVelocity() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_event_test_ng.cpp297 float velocity = 0; in HWTEST_F() local
382 float velocity = 0; HWTEST_F() local
468 float velocity = 0; HWTEST_F() local
636 float velocity = 0; HWTEST_F() local
699 float velocity = 0; HWTEST_F() local
768 float velocity = 0; HWTEST_F() local
871 float velocity = 0; HWTEST_F() local
905 float velocity = 0; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_spring_effect.cpp47 void ScrollSpringEffect::ProcessScrollOver(double velocity) in ProcessScrollOver() argument
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_post_process_util.h56 BindableImage velocity; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_timing_curve_test.cpp50 float velocity = 0.0f; in HWTEST_F() local
67 float velocity = -1.0f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity.h54 Velocity& operator+=(const Velocity& velocity) in operator +=() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_motion_blur.h40 RenderHandle velocity; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_timing_curve_test.cpp435 float velocity = 0.5f; in HWTEST_F() local
462 float velocity = 1.0f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_policy.cpp111 int32_t RSFrameRatePolicy::GetExpectedFrameRate(const RSPropertyUnit unit, float velocity) in GetExpectedFrameRate() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_animat_rate_decider_test.cpp74 PropertyValue velocity; in HWTEST_F() local
[all...]

Completed in 8 milliseconds

123456