Home
last modified time | relevance | path

Searched refs:commandForRemote (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.cpp71 … 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 Drs_animation.cpp209 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 Drs_interpolating_spring_animation.cpp110 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local
112 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
H A Drs_transition.cpp96 std::unique_ptr<RSCommand> commandForRemote = in StartRenderTransition() local
98 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderTransition()
H A Drs_spring_animation.cpp111 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local
113 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
H A Drs_keyframe_animation.cpp123 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local
125 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation()
H A Drs_path_animation.cpp165 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 Drs_extended_modifier.h106 … 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 Drs_property.cpp172 …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 Drs_node.cpp418 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSAnimationCancel>(id_, id); in CancelAnimationByProperty() local
419 transactionProxy->AddCommand(commandForRemote, true, GetFollowType(), id_); in CancelAnimationByProperty()