Home
last modified time | relevance | path

Searched defs:child (Results 1 - 25 of 520) sorted by relevance

12345678910>>...21

/foundation/arkui/ace_engine/frameworks/core/components/proxy/
H A Drender_item_proxy.cpp20 void RenderItemProxy::OnChildRemoved(const RefPtr<RenderNode>& child) in OnChildRemoved() argument
H A Dproxy_component.h29 explicit ProxyComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in ProxyComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Dtip_element.cpp26 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_element.cpp24 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
H A Drender_counter.cpp34 const auto& child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_element.cpp26 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
H A Dscroll_bar_component.h31 explicit ScrollBarComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in ScrollBarComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/padding/
H A Dpadding_element.h33 const auto& child = children_.empty() ? nullptr : children_.front(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_node.cpp20 void SearchNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dsole_child_component.h30 explicit SoleChildComponent(const RefPtr<Component>& child) : SingleChild(child) {} in SoleChildComponent() argument
41 auto child = GetChild(); variable
50 auto child = GetChild(); variable
59 auto child = GetChild(); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_item_component.h29 explicit WaterFlowItemComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in WaterFlowItemComponent() argument
H A Drender_water_flow_item.cpp40 auto child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_list.cpp41 auto child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Dgesture_component.h29 explicit GestureComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in GestureComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_element.cpp27 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_item_element.cpp40 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_wrapper_layout_algorithm.cpp25 auto child = layoutWrapper->GetChildByIndex(0); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Drender_dialog.cpp30 const auto& child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_element.cpp26 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components/drop_filter/
H A Ddrop_filter_component.cpp23 DropFilterComponent::DropFilterComponent(const RefPtr<Component>& child, double sigmaX, double sigmaY) in DropFilterComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/common_view/
H A Dcommon_view_layout_algorithm.h30 auto child = layoutWrapper->GetChildByIndex(0); variable
32 CHECK_NULL_VOID(child); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_node.cpp20 void SlidingPanelNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dsingle_child_gesture.cpp20 void SingleChildGesture::SetChild(RefPtr<Gesture> child) in SetChild() argument
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_item_component.h31 explicit GridItemComponent(const RefPtr<Component>& child) in GridItemComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_use.cpp67 const auto& child = GetFirstChild(); in PerformLayout() local

Completed in 8 milliseconds

12345678910>>...21