Home
last modified time | relevance | path

Searched defs:commandForRemote (Results 1 – 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_interactive_implict_animator.cpp75 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSInteractiveAnimatorDestory>(id_); in ~RSInteractiveImplictAnimator() local
212 std::unique_ptr<RSCommand> commandForRemote = in StartAnimation() local
244 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSInteractiveAnimatorPause>(id_); in PauseAnimation() local
276 …std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSInteractiveAnimatorContinue>(id_); in ContinueAnimation() local
308 std::unique_ptr<RSCommand> commandForRemote = in FinishAnimation() local
392 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSInteractiveAnimatorReverse>(id_); in ReverseAnimation() local
422 std::unique_ptr<RSCommand> commandForRemote = in SetFraction() local
Drs_animation.cpp211 …std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSAnimationPause>(target->GetId(), … in OnPause() local
362 …std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSAnimationResume>(target->GetId(),… in OnResume() local
400 …std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSAnimationFinish>(target->GetId(),… in OnFinish() local
438 std::unique_ptr<RSCommand> commandForRemote = in OnReverse() local
481 std::unique_ptr<RSCommand> commandForRemote = in OnSetFraction() local
Drs_transition.cpp97 std::unique_ptr<RSCommand> commandForRemote = in StartRenderTransition() local
Drs_interpolating_spring_animation.cpp106 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local
Drs_keyframe_animation.cpp117 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local
Drs_spring_animation.cpp109 std::unique_ptr<RSCommand> commandForRemote = in StartRenderAnimation() local
Drs_path_animation.cpp160 std::unique_ptr<RSCommand> commandForRemote = in OnStart() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
Drs_extended_modifier.h112 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSUpdatePropertyDrawCmdList>( in UpdateToRender() local
181 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSUpdatePropertyDrawingMatrix>( in UpdateToRender() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp655 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSAnimationCancel>(id_, id); in CancelAnimationByProperty() local