/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_implicit_animation_param.h | 84 std::shared_ptr<RSAnimation> CreateAnimation(std::shared_ptr<RSPropertyBase> property, 99 std::shared_ptr<RSAnimation> CreateAnimation( 122 std::shared_ptr<RSAnimation> CreateAnimation(std::shared_ptr<RSPropertyBase> property, 136 std::shared_ptr<RSAnimation> CreateAnimation(std::shared_ptr<RSPropertyBase> property, 149 std::shared_ptr<RSAnimation> CreateAnimation(std::shared_ptr<RSPropertyBase> property, 163 std::shared_ptr<RSAnimation> CreateAnimation(); 165 std::shared_ptr<RSAnimation> CreateAnimation(const std::shared_ptr<RSPropertyBase>& property,
|
H A D | rs_implicit_animation_param.cpp | 157 std::shared_ptr<RSAnimation> RSImplicitCurveAnimationParam::CreateAnimation(std::shared_ptr<RSPrope… in CreateAnimation() function in OHOS::Rosen::RSImplicitCurveAnimationParam 174 std::shared_ptr<RSAnimation> RSImplicitKeyframeAnimationParam::CreateAnimation( in CreateAnimation() function in OHOS::Rosen::RSImplicitKeyframeAnimationParam 223 std::shared_ptr<RSAnimation> RSImplicitPathAnimationParam::CreateAnimation(std::shared_ptr<RSProper… in CreateAnimation() function in OHOS::Rosen::RSImplicitPathAnimationParam 247 std::shared_ptr<RSAnimation> RSImplicitSpringAnimationParam::CreateAnimation(std::shared_ptr<RSProp… in CreateAnimation() function in OHOS::Rosen::RSImplicitSpringAnimationParam 263 std::shared_ptr<RSAnimation> RSImplicitInterpolatingSpringAnimationParam::CreateAnimation( in CreateAnimation() function in OHOS::Rosen::RSImplicitInterpolatingSpringAnimationParam 282 std::shared_ptr<RSAnimation> RSImplicitTransitionParam::CreateAnimation() in CreateAnimation() function in OHOS::Rosen::RSImplicitTransitionParam 292 std::shared_ptr<RSAnimation> RSImplicitTransitionParam::CreateAnimation(const std::shared_ptr<RSPro… in CreateAnimation() function in OHOS::Rosen::RSImplicitTransitionParam
|
H A D | rs_implicit_animator.cpp | 470 auto transition = transitionImplicitParam->CreateAnimation(); in CreateImplicitTransition() 529 animation = curveImplicitParam->CreateAnimation(property, startValue, endValue); in CreateImplicitAnimation() 539 … animation = keyframeImplicitParam->CreateAnimation(property, isDurationKeyframe, totalDuration, in CreateImplicitAnimation() 553 animation = springImplicitParam->CreateAnimation(property, startValue, endValue); in CreateImplicitAnimation() 564 … animation = interpolatingSpringImplicitParam->CreateAnimation(property, startValue, endValue); in CreateImplicitAnimation() 574 animation = pathImplicitParam->CreateAnimation(property, startValue, endValue); in CreateImplicitAnimation() 579 animation = implicitTransitionParam->CreateAnimation(property, startValue, endValue); in CreateImplicitAnimation() 683 animation = springImplicitParam->CreateAnimation(property, startValue, endValue); in CreateImplicitAnimationWithInitialVelocity()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_animation_command.h | 116 static void CreateAnimation( 165 …imationCreateCurve, ARG(ANIMATION, ANIMATION_CREATE_CURVE, AnimationCommandHelper::CreateAnimation, 175 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderKeyframeAnimation>)) 179 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderPathAnimation>)) 183 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderTransition>)) 187 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderSpringAnimation>)) 191 …ARG(ANIMATION, ANIMATION_CREATE_INTERPOLATING_SPRING, AnimationCommandHelper::CreateAnimation, Nod…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_column.cpp | 254 CreateAnimation(); in PerformLayout() 420 auto curve = CreateAnimation(scrollDelta_, 0.0); in HandleDragEnd() 550 void RenderPickerColumn::CreateAnimation() in CreateAnimation() function in OHOS::Ace::RenderPickerColumn 556 toBottomCurve_ = CreateAnimation(0.0, jumpInterval_.Value()); in CreateAnimation() 557 toTopCurve_ = CreateAnimation(0.0, 0.0 - jumpInterval_.Value()); in CreateAnimation() 569 fromBottomCurve_ = CreateAnimation(jumpInterval_.Value(), 0.0); in CreateAnimation() 570 fromTopCurve_ = CreateAnimation(0.0 - jumpInterval_.Value(), 0.0); in CreateAnimation() 576 RefPtr<CurveAnimation<double>> RenderPickerColumn::CreateAnimation(double from, double to) in CreateAnimation() function in OHOS::Ace::RenderPickerColumn
|
H A D | render_picker_column.h | 129 void CreateAnimation(); 130 RefPtr<CurveAnimation<double>> CreateAnimation(double from, double to);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_animation_command_test.cpp | 113 AnimationCommandHelper::CreateAnimation(context, targetId, animation); 117 AnimationCommandHelper::CreateAnimation(context, targetId, animation); 127 AnimationCommandHelper::CreateAnimation(context, targetId, animation); 133 AnimationCommandHelper::CreateAnimation(context, targetId, animation);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_effect.h | 76 virtual bool CreateAnimation(TweenOption& option, TransitionEvent event, bool isLazy) = 0; 106 bool CreateAnimation(TweenOption& option, TransitionEvent event, bool isLazy) override; 128 bool CreateAnimation(TweenOption& option, TransitionEvent event, bool isLazy) override;
|
H A D | animatable_base.h | 51 const auto& animation = CreateAnimation(beginValue, endValue); in AnimateTo() 113 RefPtr<Animation<T>> CreateAnimation(const T& begin, const T& end) in CreateAnimation() function
|
H A D | shared_transition_effect.cpp | 217 if (!effect->CreateAnimation(option, event, true)) { in AddLazyLoadCallback() 318 bool SharedTransitionExchange::CreateAnimation(TweenOption& option, TransitionEvent event, bool isL… in CreateAnimation() function in OHOS::Ace::SharedTransitionExchange 379 bool SharedTransitionStatic::CreateAnimation(TweenOption& option, TransitionEvent event, bool isLaz… in CreateAnimation() function in OHOS::Ace::SharedTransitionStatic
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/ |
H A D | shared_transition_effect.h | 40 virtual bool CreateAnimation() = 0; 166 bool CreateAnimation() override; 198 bool CreateAnimation() override;
|
H A D | shared_transition_effect.cpp | 105 bool SharedTransitionExchange::CreateAnimation() in CreateAnimation() function in OHOS::Ace::NG::SharedTransitionExchange 273 bool SharedTransitionStatic::CreateAnimation() in CreateAnimation() function in OHOS::Ace::NG::SharedTransitionStatic
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testthree_ng.cpp | 64 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 116 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 168 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 220 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 272 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 324 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 376 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 408 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 460 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 512 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); [all …]
|
H A D | image_testtwo_ng.cpp | 796 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, -10); 1015 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 1095 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 1149 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 1201 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 1253 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 1305 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 1357 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 1409 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); 1461 imageModelNG.CreateAnimation(std::move(images), DURATION_DEFAULT, ITERATION_DEFAULT); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_animation_controller.cpp | 92 CreateAnimation(); in PlaySideBarContainerToAnimation() 132 void SideBarAnimationController::CreateAnimation() in CreateAnimation() function in OHOS::Ace::SideBarAnimationController
|
H A D | side_bar_animation_controller.h | 99 void CreateAnimation();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | shared_overlay_manager_test_ng.cpp | 268 EXPECT_FALSE(test.CreateAnimation()); 416 EXPECT_FALSE(test.CreateAnimation()); 420 EXPECT_FALSE(testTwo.CreateAnimation()); 441 EXPECT_FALSE(test.CreateAnimation()); 460 auto flag = test.CreateAnimation();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 387 testKeyframeParam->CreateAnimation(firstProperty, false, 0, secondProperty, thirdProperty); in RsImplicitAnimatorParamFuzzTest() 391 testtPathParam->CreateAnimation(firstProperty, secondProperty, thirdProperty); in RsImplicitAnimatorParamFuzzTest() 395 testSpringParam->CreateAnimation(firstProperty, secondProperty, thirdProperty); in RsImplicitAnimatorParamFuzzTest() 399 testTransitionParam->CreateAnimation(); in RsImplicitAnimatorParamFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_animation_controller.cpp | 116 void StepperAnimationController::CreateAnimation() in CreateAnimation() function in OHOS::Ace::StepperAnimationController 227 CreateAnimation(); in PlayStepperToAnimation()
|
H A D | stepper_animation_controller.h | 90 void CreateAnimation();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_context.h | 30 …static const AnimationOption CreateAnimation(const JSRef<JSObject>& animationArgs, bool isForm = f…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 531 animationParam->CreateAnimation(property, 0, 100); 560 animationParam->CreateAnimation(property, 0, 100); 594 animationParam->CreateAnimation(property, startValue, endValue); 621 std::shared_ptr<RSAnimation> animation = animationParam->CreateAnimation();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.h | 307 void CreateAnimation(); 308 void CreateAnimation(double from, double to);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.h | 328 void CreateAnimation(); 329 void CreateAnimation(double from, double to);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | render_select_popup.h | 92 void CreateAnimation();
|