Home
last modified time | relevance | path

Searched defs:child (Results 426 - 450 of 1097) sorted by relevance

1...<<11121314151617181920>>...44

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dsequenced_recognizer.cpp340 auto child = *iter; in ReconcileFrom() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.cpp73 auto child = stack->GetChildren(); in GetOverlayElement() local
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_item_component.cpp29 TabBarItemComponent::TabBarItemComponent(const RefPtr<Component>& child) in TabBarItemComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_base_pattern.cpp26 auto child = host->GetChildAtIndex(0); in BeforeCreateLayoutWrapper() local
116 auto child = host->GetChildAtIndex(0); in GetKeyboardHeight() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Drender_hyperlink.cpp67 const auto& child = GetChildren().front(); in PerformLayout() local
129 auto child = composedComponent->GetChild(); in SetImageChildColor() local
132 auto child in SetImageChildColor() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.cpp101 void ListComponent::InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild() argument
142 ComponentGroup::InsertChild(std::distance(children.begin(), it), child); in InsertChild() local
145 void ListComponent::AppendChild(const RefPtr<Component>& child) in AppendChild() argument
180 RemoveChild(const RefPtr<Component>& child) RemoveChild() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.h29 PopupComponentV2(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PopupComponentV2() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.cpp51 void DOMMenu::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
212 void DOMMenu::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
H A Ddom_navigation_bar.cpp56 void DomNavigationBar::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
80 void DomNavigationBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
[all...]
H A Ddom_stepper.cpp134 void DOMStepper::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
148 void DOMStepper::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
H A Ddom_stepper_item.cpp128 void DOMStepperItem::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
135 void DOMStepperItem::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
H A Ddom_tab_bar.cpp97 void DOMTabBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
140 void DOMTabBar::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
H A Ddom_panel.cpp136 void DOMPanel::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
151 void DOMPanel::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
H A Ddom_select.cpp165 void DOMSelect::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
194 void DOMSelect::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
H A Ddom_list_item_group.cpp134 void DOMListItemGroup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
142 void DOMListItemGroup::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
H A Ddom_popup.cpp76 void DOMPopup::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
194 void DOMPopup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Drender_badge.cpp142 auto child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.cpp44 auto child = params->GetChild(); in RouterEvent() local
124 auto child = params->GetChild(); BackgroundEvent() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp412 auto child = FrameNode::CreateFrameNode("child", 2, AceType::MakeRefPtr<Pattern>(), true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/
H A Dcheckbox_pattern_sub_test_ng.cpp254 auto child = frameNode->GetFirstChild(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Daccessibility_node_test_ng.cpp211 auto child = AceType::MakeRefPtr<AccessibilityNode>(1, "child"); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_element.cpp161 void RenderElement::Apply(const RefPtr<Element>& child) in Apply() argument
276 UpdateChild(const RefPtr<Element>& child, const RefPtr<Component>& newComponent) UpdateChild() argument
[all...]
H A Dflutter_render_context.cpp51 void FlutterRenderContext::PaintChild(const RefPtr<RenderNode>& child, const Offset& offset) in PaintChild() argument
108 SetOffSet( const RefPtr<RenderNode>& child, OffsetLayer* layer, const Offset& pos, const std::string& name) SetOffSet() argument
180 IsIntersectWith(const RefPtr<RenderNode>& child, Offset& offset) IsIntersectWith() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_utils.cpp68 auto child = host->GetChildByIndex(inIndex); in GetScrollDownOrRightItemIndex() local
84 auto child = host->GetChildByIndex(outIndex); in GetScrollUpOrLeftItemIndex() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp70 auto child = GetChildren().front(); in PerformLayout() local

Completed in 12 milliseconds

1...<<11121314151617181920>>...44