/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_spring_effect.cpp | 37 void ScrollSpringEffect::ProcessScrollOver(double velocity) in ProcessScrollOver() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | render_row_split.cpp | 72 void RenderRowSplit::HandleDragEnd(const Offset& endPoint, double velocity) in HandleDragEnd() argument
|
H A D | render_column_split.cpp | 69 void RenderColumnSplit::HandleDragEnd(const Offset& endPoint, double velocity) in HandleDragEnd() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | velocity_motion.h | 82 void SetVelocity(const float velocity) in SetVelocity() argument
|
H A D | simple_spring_node.h | 56 void SetVelocity(double velocity) in SetVelocity() argument
|
H A D | scroll_motion.h | 62 RefPtr<ScrollSpringMotion> MakeUnderScrollMotion(double position, double velocity) in MakeUnderScrollMotion() argument 67 RefPtr<ScrollSpringMotion> MakeOverScrollMotion(double position, double velocity) in MakeOverScrollMotion() argument
|
H A D | scroll_motion.cpp | 27 ScrollMotion::ScrollMotion(double position, double velocity, const ExtentPair& extent, in ScrollMotion() argument
|
H A D | spring_animation.cpp | 37 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 D | simple_spring_node.cpp | 72 void SimpleSpringNode::EndToValue(double endValue, double velocity) in EndToValue() argument 149 void SimpleSpringNode::ResetNode(double value, double velocity) in ResetNode() argument
|
H A D | spring_model.cpp | 72 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 D | spring_curve.cpp | 34 SpringCurve::SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve() argument 63 float velocity = 0.0f; in InitEstimateDuration() local
|
H A D | spring_curve.h | 34 void UpdateVelocity(float velocity) in UpdateVelocity() argument
|
H A D | spring_motion.cpp | 25 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 D | mock_spring_chain.h | 44 void SetVelocity(double velocity) in SetVelocity() argument
|
H A D | mock_animation_manager.cpp | 84 void MockAnimationManager::TickByVelocity(float velocity) in TickByVelocity() argument
|
/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_modifier_adapter.cpp | 24 AnimateWithVelocity( const AnimationOption& option, float value, float velocity, const FinishCallback& finishCallback) AnimateWithVelocity() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_event_test_ng.cpp | 297 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 D | scroll_spring_effect.cpp | 47 void ScrollSpringEffect::ProcessScrollOver(double velocity) in ProcessScrollOver() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_node_post_process_util.h | 56 BindableImage velocity; member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_animation_timing_curve_test.cpp | 50 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 D | velocity.h | 54 Velocity& operator+=(const Velocity& velocity) in operator +=() argument [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_motion_blur.h | 40 RenderHandle velocity; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_timing_curve_test.cpp | 435 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 D | rs_frame_rate_policy.cpp | 111 int32_t RSFrameRatePolicy::GetExpectedFrameRate(const RSPropertyUnit unit, float velocity) in GetExpectedFrameRate() argument
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_animat_rate_decider_test.cpp | 74 PropertyValue velocity; in HWTEST_F() local [all...] |