Home
last modified time | relevance | path

Searched defs:newChild (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_composed_element.cpp50 auto newChild = UpdateChildWithSlot( in UpdateChildren() local
66 auto newChild = UpdateChildWithSlot( in UpdateChildren() local
90 auto newChild = UpdateChildWithSlot( in UpdateChildrenForRebuild() local
125 auto newChild = UpdateChildWithSlot( in UpdateChildrenForRebuild() local
132 auto newChild = UpdateChildWithSlot( in UpdateChildrenForRebuild() local
140 auto newChild = UpdateChildWithSlot( in UpdateChildrenForRebuild() local
144 auto newChild = UpdateChildWithSlot( in UpdateChildrenForRebuild() local
161 auto newChild = UpdateChildWithSlot(child, *(itComponentEnd++), slot++, in UpdateChildrenForRebuild() local
H A Dcomponent_group_element.cpp94 auto newChild = UpdateChildWithSlot(nullptr, component, slot++, renderSlot); in UpdateChildrenForDeclarative() local
110 auto newChild = UpdateChildWithSlot(*(itChild++), component, slot++, renderSlot); in UpdateChildrenForDeclarative() local
H A Delement.cpp210 auto newChild = InflateComponent(newComponent, slot, renderSlot); in UpdateChildWithSlot() local
233 auto newChild = InflateComponent(newComponent, slot, renderSlot); in UpdateChildWithSlot() local
258 auto newChild = DoUpdateChildWithNewComponent(child, newComponent, slot, renderSlot); in UpdateChildWithSlot() local
390 RefPtr<Element> newChild = newComponent->CreateElement(); in InflateComponent() local
H A Dcomposed_element.cpp225 RefPtr<Element> newChild; in UpdateChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgroup_node.h33 void FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) override in FastPreviewUpdateChild()
H A Dui_node.h419 virtual void FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) in FastPreviewUpdateChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component_v2.cpp92 RefPtr<Component> newChild = AddFlexItemComponent(child); in OnChildAppended() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tabs.cpp74 auto newChild = CreateChild(); in SetSpecializedAttr() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_node.cpp59 void TitleBarNode::FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) in FastPreviewUpdateChild()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DChildContentCaptureSession.java51 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() method in ChildContentCaptureSession
H A DContentCaptureSession.java305 abstract ContentCaptureSession newChild(@NonNull ContentCaptureContext context); in newChild() method in ContentCaptureSession
H A DMainContentCaptureSession.java237 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() method in MainContentCaptureSession
H A DViewNode.java903 public ViewStructure newChild(int index) { in newChild() method in ViewNode.ViewStructureImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dparallel_recognizer.cpp200 auto newChild = *currIter; in ReconcileFrom() local
H A Dexclusive_recognizer.cpp305 auto newChild = *currIter; in ReconcileFrom() local
H A Dsequenced_recognizer.cpp416 auto newChild = *currIter; in ReconcileFrom() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java198 ContentCaptureSession newChild(ContentCaptureContext context) { in newChild() method in ContentCaptureSessionTest.MyContentCaptureSession
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.cpp161 auto newChild = UpdateChild(nullptr, *it); in PerformBuild() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp215 auto newChild = GetNewFrameNodeWithJsCode(root); in OperateComponent() local
289 …Manager::OperateGeneralUINode(RefPtr<NG::UINode> parent, int32_t slot, RefPtr<NG::UINode> newChild) in OperateGeneralUINode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp133 for (const auto& newChild : additionalChildComps) { in CompareAndUpdateChildren() local
/aosp14/frameworks/base/core/java/android/view/
H A DViewStructure.java333 public abstract ViewStructure newChild(int index); in newChild() method in ViewStructure
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_model_test_ng.cpp422 auto newChild = FrameNode::CreateFrameNode("newChild", 33, AceType::MakeRefPtr<TextPattern>()); variable
445 auto newChild = FrameNode::CreateFrameNode("newChild", 22, AceType::MakeRefPtr<TextPattern>()); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1434 …auto newChild = rootElement->InflateComponent(newComponent, child->GetSlot(), child->GetRenderSlot… in UpdateChildWithSlot() local
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java2107 public ViewStructure newChild(int index) { in newChild() method in AssistStructure.ViewNodeBuilder
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1587 RefPtr<RenderListItem> newChild; in RequestAndLayoutNewItem() local

12