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
211 std::unique_ptr<RSCommand> commandForRemote = in StartAnimation() local
238 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSInteractiveAnimatorPause>(id_); in PauseAnimation() local
265 …std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSInteractiveAnimatorContinue>(id_); in ContinueAnimation() local
292 std::unique_ptr<RSCommand> commandForRemote = in FinishAnimation() local
370 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSInteractiveAnimatorReverse>(id_); in ReverseAnimation() local
395 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.cpp92 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_ng/custom/
Drs_custom_modifier.h113 std::unique_ptr<RSCommand> commandForRemote = in UpdateToRender() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp721 … std::unique_ptr<RSCommand> commandForRemote = std::make_unique<RSAnimationCancel>(id_, id); in CancelAnimationByProperty() local