Home
last modified time | relevance | path

Searched refs:animations1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interactive_implict_animator_test.cpp57 std::vector<std::pair<NodeId, AnimationId>> animations1; variable
58 animations1.emplace_back(0, 0);
59 animator->AddAnimations(animations1);
91 std::vector<std::pair<NodeId, AnimationId>> animations1; variable
92 animations1.emplace_back(0, 0);
93 animator->AddAnimations(animations1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.cpp819 std::vector<std::shared_ptr<RSAnimation>> animations1 = RSNode::Animate( in ScaleAnimationBase() local
822 if (animations1.size() > 0 && animations1[0] != nullptr) { in ScaleAnimationBase()
823 animations.emplace_back(animations1[0]); in ScaleAnimationBase()
858 std::vector<std::shared_ptr<RSAnimation>> animations1 = RSNode::Animate( in AlphaAnimationBase() local
861 if (animations1.size() > 0 && animations1[0] != nullptr) { in AlphaAnimationBase()
862 animations.emplace_back(animations1[0]); in AlphaAnimationBase()