Home
last modified time | relevance | path

Searched defs:componentChildren (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlinear_split_model_impl.cpp28 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
34 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
H A Dstepper_item_model_impl.cpp32 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
H A Dstepper_model_impl.cpp29 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
H A Dwater_flow_model_impl.cpp24 std::list<RefPtr<Component>> componentChildren; in Create() local
H A Dshape_model_impl.cpp27 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
H A Dswiper_model_impl.cpp27 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
H A Dgrid_model_impl.cpp35 std::list<RefPtr<OHOS::Ace::Component>> componentChildren; in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_path.cpp53 const auto& componentChildren = pathComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_polygon.cpp54 const auto &componentChildren = polygonComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_rect.cpp47 const auto& componentChildren = rectComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_circle.cpp51 const auto& componentChildren = circleComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_filter.cpp49 const auto& componentChildren = filterComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_ellipse.cpp53 const auto& componentChildren = ellipseComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_line.cpp59 const auto& componentChildren = lineComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_text_path.cpp50 const auto& componentChildren = textPathComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_mask.cpp67 const auto& componentChildren = maskComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_pattern.cpp69 const auto& componentChildren = patternComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg_text.cpp56 const auto& componentChildren = textComponent->GetChildren(); in PrepareAnimations() local
H A Drender_svg.cpp65 const auto& componentChildren = svgComponent->GetChildren(); in AddSvgAnimations() local
H A Drender_svg_base.cpp649 void RenderSvgBase::PrepareAnimation(const std::list<RefPtr<Component>>& componentChildren) in PrepareAnimation()