/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_keyframe_animation_test.cpp | 53 keyframeAnimation->AddKeyFrame(FRACTION_MIN, startProperty, RSAnimationTimingCurve::EASE_OUT); 54 keyframeAnimation->AddKeyFrame(FRACTION_MAX, endProperty, RSAnimationTimingCurve::EASE_IN_OUT); 88 keyframeAnimation->AddKeyFrame(FRACTION_MIN, startProperty, RSAnimationTimingCurve::EASE_OUT); 89 … keyframeAnimation->AddKeyFrame(FRACTION_MAX / 2, secondProperty, RSAnimationTimingCurve::EASE_IN); 90 keyframeAnimation->AddKeyFrame(FRACTION_MAX, endProperty, RSAnimationTimingCurve::EASE_IN_OUT); 128 …keyframeAnimation->AddKeyFrame(FRACTION_MIN - 0.1f, startProperty, RSAnimationTimingCurve::EASE_OU… 129 … keyframeAnimation->AddKeyFrame(FRACTION_MAX / 2, secondProperty, RSAnimationTimingCurve::EASE_IN); 132 keyframeAnimation->AddKeyFrame(FRACTION_MAX * 2, testProperty, RSAnimationTimingCurve::EASE_IN); 284 RSNode::AddKeyFrame(0.1f, RSAnimationTimingCurve::EASE, [&property]() { in __anon230def850102() 287 RSNode::AddKeyFrame(0.5f, RSAnimationTimingCurve::EASE, [&property]() { in __anon230def850102() [all …]
|
H A D | rs_animation_group_test.cpp | 189 boundsAnimation->AddKeyFrame(0.f, boundsStartProperty, RSAnimationTimingCurve::DEFAULT); 190 boundsAnimation->AddKeyFrame(0.5f, boundsMiddleProperty, RSAnimationTimingCurve::DEFAULT); 191 boundsAnimation->AddKeyFrame(1.f, boundsEndProperty, RSAnimationTimingCurve::DEFAULT); 199 alphaAnimation->AddKeyFrame(0.f, boundsStartProperty, RSAnimationTimingCurve::DEFAULT); 200 alphaAnimation->AddKeyFrame(0.5f, alphaMiddleProperty, RSAnimationTimingCurve::DEFAULT); 201 alphaAnimation->AddKeyFrame(1.f, boundsEndProperty, RSAnimationTimingCurve::DEFAULT); 372 boundsAnimation->AddKeyFrame(0.f, boundsStartProperty, RSAnimationTimingCurve::DEFAULT); 374 boundsAnimation->AddKeyFrame(1.f, boundsEndProperty, RSAnimationTimingCurve::DEFAULT); 382 alphaAnimation->AddKeyFrame(0.f, boundsStartProperty, RSAnimationTimingCurve::DEFAULT); 383 alphaAnimation->AddKeyFrame(0.5f, alphaMiddleProperty, RSAnimationTimingCurve::DEFAULT); [all …]
|
H A D | rs_animation_supplement_test.cpp | 699 animation->AddKeyFrame(-0.1f, value1, RSAnimationTimingCurve::LINEAR); 700 animation->AddKeyFrame(0.2f, value1, RSAnimationTimingCurve::LINEAR); 704 animation->AddKeyFrame(0.3f, value1, RSAnimationTimingCurve::LINEAR); 726 animation->AddKeyFrame(0.2f, value1, RSAnimationTimingCurve::LINEAR); 728 animation->AddKeyFrame(0.f, value1, RSAnimationTimingCurve::LINEAR);
|
H A D | rs_node_animate_supplement_test.cpp | 429 RSNode::AddKeyFrame(0.1f, RSAnimationTimingCurve::LINEAR, callback1); 430 RSNode::AddKeyFrame(0.2f, callback1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | scheduler.cpp | 133 void Scheduler::AddKeyFrame( in AddKeyFrame() function in OHOS::Ace::Scheduler 142 return context->AddKeyFrame(fraction, curve, propertyCallback); in AddKeyFrame() 145 void Scheduler::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) in AddKeyFrame() function in OHOS::Ace::Scheduler 153 return context->AddKeyFrame(fraction, propertyCallback); in AddKeyFrame()
|
H A D | scheduler.h | 72 void AddKeyFrame( 75 void AddKeyFrame(float fraction, const std::function<void()>& propertyCallback);
|
H A D | keyframe_animation.h | 120 scheduler->AddKeyFrame( in RunAsync()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | fake_animation_utils.cpp | 36 void AnimationUtils::AddKeyFrame( in AddKeyFrame() function in OHOS::Ace::AnimationUtils 40 void AnimationUtils::AddKeyFrame(float fraction, const PropertyCallback& callback) in AddKeyFrame() function in OHOS::Ace::AnimationUtils
|
H A D | rosen_animation_utils.cpp | 141 void AnimationUtils::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback… in AddKeyFrame() function in OHOS::Ace::AnimationUtils 143 Rosen::RSNode::AddKeyFrame(fraction, NativeCurveHelper::ToNativeCurve(curve), callback); in AddKeyFrame() 146 void AnimationUtils::AddKeyFrame(float fraction, const PropertyCallback& callback) in AddKeyFrame() function in OHOS::Ace::AnimationUtils 148 Rosen::RSNode::AddKeyFrame(fraction, callback); in AddKeyFrame()
|
H A D | rosen_transition_effect_impl.h | 73 AnimationUtils::AddKeyFrame(it->first, [this, &it]() { property_->Set(it->second); }); in OnAppear() 75 AnimationUtils::AddKeyFrame(1.0f, [this]() { property_->Set(identityValue_); }); in OnAppear() 89 AnimationUtils::AddKeyFrame(it->first, [this, &it]() { property_->Set(it->second); }); in OnDisappear() 91 AnimationUtils::AddKeyFrame(1.0f, [this]() { property_->Set(activeValue_); }); in OnDisappear()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_scheduler.cpp | 48 void Scheduler::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const std::function<void()>… in AddKeyFrame() function in OHOS::Ace::Scheduler 51 void Scheduler::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) {} in AddKeyFrame() function in OHOS::Ace::Scheduler
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_keyframe_animation.h | 39 void AddKeyFrame(float fraction, const std::shared_ptr<RSPropertyBase>& value, 45 … void AddKeyFrame(int startDuration, int endDuration, const std::shared_ptr<RSPropertyBase>& value,
|
H A D | rs_implicit_animation_param.cpp | 181 … keyFrameAnimation->AddKeyFrame(startDuration, startDuration + duration_, endValue, timingCurve_); in CreateAnimation() 183 keyFrameAnimation->AddKeyFrame(fraction_, endValue, timingCurve_); in CreateAnimation() 200 keyframeAnimation->AddKeyFrame(fraction_, endValue, timingCurve_); in AddKeyframe() 213 … keyframeAnimation->AddKeyFrame(startDuration, startDuration + duration_, endValue, timingCurve_); in AddKeyframe()
|
H A D | rs_keyframe_animation.cpp | 33 void RSKeyframeAnimation::AddKeyFrame(float fraction, const std::shared_ptr<RSPropertyBase>& value, in AddKeyFrame() function in OHOS::Rosen::RSKeyframeAnimation 57 void RSKeyframeAnimation::AddKeyFrame(int startDuration, int endDuration, in AddKeyFrame() function in OHOS::Rosen::RSKeyframeAnimation
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_modifier.cpp | 290 AnimationUtils::AddKeyFrame( in StartRecycleRingAnimation() 297 AnimationUtils::AddKeyFrame( in StartRecycleRingAnimation() 303 AnimationUtils::AddKeyFrame( in StartRecycleRingAnimation() 329 AnimationUtils::AddKeyFrame(STAGE1, curve, in StartRecycleCometAnimation() 341 AnimationUtils::AddKeyFrame(STAGE2, curve, in StartRecycleCometAnimation() 353 AnimationUtils::AddKeyFrame(STAGE3, curve, in StartRecycleCometAnimation() 365 AnimationUtils::AddKeyFrame(STAGE4, curve, in StartRecycleCometAnimation() 377 AnimationUtils::AddKeyFrame(STAGE5, curve, in StartRecycleCometAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | animation_utils.h | 47 …static void AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback& callba… 48 static void AddKeyFrame(float fraction, const PropertyCallback& callback);
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_animation_utils.cpp | 97 void AnimationUtils::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback… in AddKeyFrame() function in OHOS::Ace::AnimationUtils 103 void AnimationUtils::AddKeyFrame(float fraction, const PropertyCallback& callback) in AddKeyFrame() function in OHOS::Ace::AnimationUtils
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_keyframe_animation_test.cpp | 53 rsKeyframeAnimation.AddKeyFrame(3.f, value, timingCurve); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 683 animation->AddKeyFrame(0.1f, 100, RSAnimationTimingCurve::EASE_IN_OUT); 684 animation->AddKeyFrame(0.5f, 200, RSAnimationTimingCurve::EASE_IN_OUT); 685 animation->AddKeyFrame(1.0f, 300, RSAnimationTimingCurve::EASE_IN_OUT);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_modifier.cpp | 644 …AnimationUtils::AddKeyFrame(((float)WRONG_ANIMATION_DURATION_DIMMING / WRONG_ANIMATION_DURATION_FL… in StartChallengeResultAnimate() 646 …AnimationUtils::AddKeyFrame(((float)WRONG_ANIMATION_DURATION_FLASH_ONCE / WRONG_ANIMATION_DURATION… in StartChallengeResultAnimate() 648 …AnimationUtils::AddKeyFrame(((float)(WRONG_ANIMATION_DURATION_FLASH_ONCE + WRONG_ANIMATION_DURATIO… in StartChallengeResultAnimate() 651 AnimationUtils::AddKeyFrame(1.0f, Curves::SHARP, brighteningAnimation); in StartChallengeResultAnimate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 168 static void AddKeyFrame( 170 static void AddKeyFrame(float fraction, const PropertyCallback& callback);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 537 void AddKeyFrame( 540 void AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) override;
|
H A D | pipeline_base.h | 152 virtual void AddKeyFrame( 155 virtual void AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 178 keyframe->AddKeyFrame(fraction, secondProperty, RSAnimationTimingCurve::DEFAULT); in RsKeyframeAnimationFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 139 …void AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const std::function<void()>& property… in AddKeyFrame() function 142 void AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) override {} in AddKeyFrame() function
|