Home
last modified time | relevance | path

Searched refs:CreateAnimation (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.h84 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 Drs_implicit_animation_param.cpp157 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 Drs_implicit_animator.cpp470 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 Drs_animation_command.h116 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 Drender_picker_column.cpp254 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 Drender_picker_column.h129 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 Drs_animation_command_test.cpp113 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 Dshared_transition_effect.h76 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 Danimatable_base.h51 const auto& animation = CreateAnimation(beginValue, endValue); in AnimateTo()
113 RefPtr<Animation<T>> CreateAnimation(const T& begin, const T& end) in CreateAnimation() function
H A Dshared_transition_effect.cpp217 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 Dshared_transition_effect.h40 virtual bool CreateAnimation() = 0;
166 bool CreateAnimation() override;
198 bool CreateAnimation() override;
H A Dshared_transition_effect.cpp105 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 Dimage_testthree_ng.cpp64 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 Dimage_testtwo_ng.cpp796 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 Dside_bar_animation_controller.cpp92 CreateAnimation(); in PlaySideBarContainerToAnimation()
132 void SideBarAnimationController::CreateAnimation() in CreateAnimation() function in OHOS::Ace::SideBarAnimationController
H A Dside_bar_animation_controller.h99 void CreateAnimation();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dshared_overlay_manager_test_ng.cpp268 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 Drsanimation_fuzzer.cpp387 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 Dstepper_animation_controller.cpp116 void StepperAnimationController::CreateAnimation() in CreateAnimation() function in OHOS::Ace::StepperAnimationController
227 CreateAnimation(); in PlayStepperToAnimation()
H A Dstepper_animation_controller.h90 void CreateAnimation();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.h30 …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 Drs_animation_test.cpp531 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 Ddatepicker_column_pattern.h307 void CreateAnimation();
308 void CreateAnimation(double from, double to);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h328 void CreateAnimation();
329 void CreateAnimation(double from, double to);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.h92 void CreateAnimation();

12