/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_interactive_implict_animator.cpp | 71 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSInteractiveAnimatorDestory>(id_); in ~RSInteractiveImplictAnimator() local 72 transactionProxy->AddCommand(commandForRemote, true); in ~RSInteractiveImplictAnimator() 203 std::unique_ptr<RSCommand> commandForRemote = in StartAnimation() local 205 transactionProxy->AddCommand(commandForRemote, true); in StartAnimation() 234 transactionProxy->AddCommand(commandForRemote, true); in PauseAnimation() 264 transactionProxy->AddCommand(commandForRemote, true); in ContinueAnimation() 292 std::unique_ptr<RSCommand> commandForRemote = in FinishAnimation() local 294 transactionProxy->AddCommand(commandForRemote, true); in FinishAnimation() 372 transactionProxy->AddCommand(commandForRemote, true); in ReverseAnimation() 399 std::unique_ptr<RSCommand> commandForRemote = in SetFraction() local [all …]
|
H A D | rs_animation.cpp | 209 std::unique_ptr<RSCommand> commandForRemote = in OnPause() local 211 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnPause() 356 std::unique_ptr<RSCommand> commandForRemote = in OnResume() local 358 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnResume() 398 std::unique_ptr<RSCommand> commandForRemote = in OnFinish() local 400 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnFinish() 441 std::unique_ptr<RSCommand> commandForRemote = in OnReverse() local 443 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnReverse() 487 std::unique_ptr<RSCommand> commandForRemote = in OnSetFraction() local 489 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnSetFraction()
|
H A D | rs_interpolating_spring_animation.cpp | 110 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local 112 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
|
H A D | rs_transition.cpp | 96 std::unique_ptr<RSCommand> commandForRemote = in StartRenderTransition() local 98 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderTransition()
|
H A D | rs_spring_animation.cpp | 111 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local 113 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
|
H A D | rs_keyframe_animation.cpp | 123 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local 125 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
|
H A D | rs_path_animation.cpp | 165 std::unique_ptr<RSCommand> commandForRemote = in OnStart() local 167 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnStart()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 106 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSUpdatePropertyDrawCmdList>( in UpdateToRender() local 108 … transactionProxy->AddCommand(commandForRemote, true, node->GetFollowType(), node->GetId()); in UpdateToRender() 165 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSUpdatePropertyDrawingMatrix>( in UpdateToRender() local 167 … transactionProxy->AddCommand(commandForRemote, true, node->GetFollowType(), node->GetId()); in UpdateToRender()
|
H A D | rs_property.cpp | 172 …std::unique_ptr<RSCommand> commandForRemote = … 174 …transactionProxy->AddCommand(commandForRemote, true, node->GetFollowType(), node->GetId()); …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 418 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSAnimationCancel>(id_, id); in CancelAnimationByProperty() local 419 transactionProxy->AddCommand(commandForRemote, true, GetFollowType(), id_); in CancelAnimationByProperty()
|