Searched refs:animations1 (Results 1 – 2 of 2) sorted by relevance
57 std::vector<std::pair<NodeId, AnimationId>> animations1; variable58 animations1.emplace_back(0, 0);59 animator->AddAnimations(animations1);91 std::vector<std::pair<NodeId, AnimationId>> animations1; variable92 animations1.emplace_back(0, 0);93 animator->AddAnimations(animations1);
819 std::vector<std::shared_ptr<RSAnimation>> animations1 = RSNode::Animate( in ScaleAnimationBase() local822 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() local861 if (animations1.size() > 0 && animations1[0] != nullptr) { in AlphaAnimationBase()862 animations.emplace_back(animations1[0]); in AlphaAnimationBase()