Home
last modified time | relevance | path

Searched defs:velocity (Results 1 – 25 of 128) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_event_test_ng.cpp297 float velocity = 0; variable
382 float velocity = 0; variable
468 float velocity = 0; variable
636 float velocity = 0; variable
699 float velocity = 0; variable
768 float velocity = 0; variable
871 float velocity = 0; variable
905 float velocity = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp86 PropertyValue velocity; variable
138 …rateDecider_->MakeDecision([](const RSPropertyUnit unit, float velocity) -> int32_t { return 90; }… in __anonbb305a9f0102()
164 auto frameRateGetFunc = [this](const RSPropertyUnit unit, float velocity) -> int32_t{ in __anonbb305a9f0202()
200 auto frameRateGetFunc = [this](const RSPropertyUnit unit, float velocity) -> int32_t{ in __anonbb305a9f0302()
222 auto frameRateGetFunc = [this](const RSPropertyUnit unit, float velocity) -> int32_t{ in __anonbb305a9f0402()
246 auto frameRateGetFunc = [this](const RSPropertyUnit unit, float velocity) -> int32_t{ in __anonbb305a9f0502()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_spring_effect.cpp28 … scrollable_->SetScrollOverCallBack([weakEffect = AceType::WeakClaim(this)](double velocity) { in RegisterSpringCallback()
37 void ScrollSpringEffect::ProcessScrollOver(double velocity) in ProcessScrollOver()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscroll_motion.h62 RefPtr<ScrollSpringMotion> MakeUnderScrollMotion(double position, double velocity) in MakeUnderScrollMotion()
67 RefPtr<ScrollSpringMotion> MakeOverScrollMotion(double position, double velocity) in MakeOverScrollMotion()
H A Dspring_animation.cpp37 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity) in SpringAnimation()
44 SpringAnimation::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity, float valu… in SpringAnimation()
76 float velocity = 0.0f; in InitEstimateDuration() local
H A Dspring_model.cpp72 RefPtr<SpringModel> SpringModel::Build(double distance, double velocity, const RefPtr<SpringPropert… in Build()
94 CriticalDampedModel::CriticalDampedModel(double distance, double velocity, const RefPtr<SpringPrope… in CriticalDampedModel()
120 OverdampedModel::OverdampedModel(double distance, double velocity, const RefPtr<SpringProperty>& sp… in OverdampedModel()
149 UnderdampedModel::UnderdampedModel(double distance, double velocity, const RefPtr<SpringProperty>& … in UnderdampedModel()
H A Dspring_motion.cpp25 SpringMotion::SpringMotion(double start, double end, double velocity, const RefPtr<SpringProperty>&… in SpringMotion()
74 void SpringMotion::Reset(double start, double end, double velocity, const RefPtr<SpringProperty>& s… in Reset()
98 ScrollSpringMotion::ScrollSpringMotion(double start, double end, double velocity, const RefPtr<Spri… in ScrollSpringMotion()
H A Dspring_node.h97 virtual void EndToValue(double endValue, double velocity) in EndToValue()
111 void OnUpdate(double value, double velocity) {} in OnUpdate()
117 virtual void ResetNode(double value, double velocity) {} in ResetNode()
H A Dsimple_spring_node.cpp72 void SimpleSpringNode::EndToValue(double endValue, double velocity) in EndToValue()
149 void SimpleSpringNode::ResetNode(double value, double velocity) in ResetNode()
H A Dspring_curve.cpp34 SpringCurve::SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve()
63 float velocity = 0.0f; in InitEstimateDuration() local
H A Dspring_node_listenable.h43 void NotifyUpdateListener(double value, double velocity) const in NotifyUpdateListener()
H A Dsimple_spring_node.h56 void SetVelocity(double velocity) in SetVelocity()
H A Dvelocity_motion.h82 void SetVelocity(const float velocity) in SetVelocity()
H A Dscroll_motion.cpp27 ScrollMotion::ScrollMotion(double position, double velocity, const ExtentPair& extent, in ScrollMotion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationratedecider_fuzzer/
H A Drsanimationratedecider_fuzzer.cpp71 PropertyValue velocity; in DoSomethingInterestingWithMyAPI() local
78 …rsAnimationRateDecider.MakeDecision([](const RSPropertyUnit unit, float velocity) -> int32_t { ret… in DoSomethingInterestingWithMyAPI()
80 auto frameRateGetFunc = [](const RSPropertyUnit unit, float velocity) -> int32_t { return 0; }; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_spring_effect.cpp26 scrollable_->SetScrollOverCallBack([weakEffect = AceType::WeakClaim(this)](double velocity) { in RegisterSpringCallback()
39 void ScrollSpringEffect::ProcessScrollOver(double velocity) in ProcessScrollOver()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_target_packing_common.h120 vec2 GetPackVelocity(in vec2 velocity) in GetPackVelocity()
125 vec4 GetPackVelocityAndNormal(in vec2 velocity, in vec3 normal) in GetPackVelocityAndNormal()
170 vec2 GetUnpackVelocity(in vec2 velocity) in GetUnpackVelocity()
175 void GetUnpackVelocityAndNormal(in vec4 packed, out vec2 velocity, out vec3 normal) in GetUnpackVelocityAndNormal()
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_implicit_animator_test.cpp57 float velocity = 1.0f; variable
78 float velocity = 1.0f; variable
202 auto velocity = std::make_shared<RSAnimatableProperty<float>>(1.0f); variable
234 auto velocity = std::make_shared<RSAnimatableProperty<float>>(1.0f); variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_spring_chain.h44 void SetVelocity(double velocity) in SetVelocity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_spring_animation.cpp168 auto velocity = springValueEstimator_->GetPropertyVelocity(prevMappedTime_); in OnAnimate() local
316 auto velocity = springValueEstimator_->GetPropertyVelocity(prevMappedTime_); in GetSpringStatus() local
372 void RSRenderSpringAnimation::SetInitialVelocity(const std::shared_ptr<RSRenderPropertyBase>& veloc… in SetInitialVelocity()
H A Drs_animation_rate_decider.cpp41 void RSAnimationRateDecider::AddDecisionElement(PropertyId id, const PropertyValue& velocity, Frame… in AddDecisionElement()
128 float velocity = 0.0f; in ProcessVector2f() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp61 ParticleVelocity velocity; in SetUp() local
140 ParticleVelocity velocity; variable
178 ParticleVelocity velocity; variable
219 ParticleVelocity velocity; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp35 void SimulateSwipe(float offset, float velocity) in SimulateSwipe()
264 float velocity = 0.2f; variable
378 float velocity = 0.1f; variable
419 float velocity = 0.1f; variable
452 float velocity = 0.1f; variable
537 float velocity = 200.0f; variable
646 float velocity = 0.1f; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_modifier_adapter.cpp25 … const AnimationOption& option, float value, float velocity, const FinishCallback& finishCallback) in AnimateWithVelocity()

123456