Searched defs:componentChildren (Results 1 – 20 of 20) sorted by relevance
28 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local34 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
32 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
29 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
24 std::list<RefPtr<Component>> componentChildren; in Create() local
27 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
35 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
53 const auto& componentChildren = pathComponent->GetChildren(); in PrepareAnimations() local
54 const auto &componentChildren = polygonComponent->GetChildren(); in PrepareAnimations() local
47 const auto& componentChildren = rectComponent->GetChildren(); in PrepareAnimations() local
51 const auto& componentChildren = circleComponent->GetChildren(); in PrepareAnimations() local
49 const auto& componentChildren = filterComponent->GetChildren(); in PrepareAnimations() local
53 const auto& componentChildren = ellipseComponent->GetChildren(); in PrepareAnimations() local
59 const auto& componentChildren = lineComponent->GetChildren(); in PrepareAnimations() local
50 const auto& componentChildren = textPathComponent->GetChildren(); in PrepareAnimations() local
67 const auto& componentChildren = maskComponent->GetChildren(); in PrepareAnimations() local
69 const auto& componentChildren = patternComponent->GetChildren(); in PrepareAnimations() local
56 const auto& componentChildren = textComponent->GetChildren(); in PrepareAnimations() local
65 const auto& componentChildren = svgComponent->GetChildren(); in AddSvgAnimations() local
649 void RenderSvgBase::PrepareAnimation(const std::list<RefPtr<Component>>& componentChildren) in PrepareAnimation()