/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | multi_composed_element.cpp | 50 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 D | component_group_element.cpp | 94 auto newChild = UpdateChildWithSlot(nullptr, component, slot++, renderSlot); in UpdateChildrenForDeclarative() local 110 auto newChild = UpdateChildWithSlot(*(itChild++), component, slot++, renderSlot); in UpdateChildrenForDeclarative() local
|
H A D | element.cpp | 210 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 D | composed_element.cpp | 225 RefPtr<Element> newChild; in UpdateChild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | group_node.h | 33 void FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) override in FastPreviewUpdateChild()
|
H A D | ui_node.h | 419 virtual void FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) in FastPreviewUpdateChild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_component_v2.cpp | 92 RefPtr<Component> newChild = AddFlexItemComponent(child); in OnChildAppended() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_tabs.cpp | 74 auto newChild = CreateChild(); in SetSpecializedAttr() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_node.cpp | 59 void TitleBarNode::FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) in FastPreviewUpdateChild()
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ChildContentCaptureSession.java | 51 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() method in ChildContentCaptureSession
|
H A D | ContentCaptureSession.java | 305 abstract ContentCaptureSession newChild(@NonNull ContentCaptureContext context); in newChild() method in ContentCaptureSession
|
H A D | MainContentCaptureSession.java | 237 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() method in MainContentCaptureSession
|
H A D | ViewNode.java | 903 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 D | parallel_recognizer.cpp | 200 auto newChild = *currIter; in ReconcileFrom() local
|
H A D | exclusive_recognizer.cpp | 305 auto newChild = *currIter; in ReconcileFrom() local
|
H A D | sequenced_recognizer.cpp | 416 auto newChild = *currIter; in ReconcileFrom() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | ContentCaptureSessionTest.java | 198 ContentCaptureSession newChild(ContentCaptureContext context) { in newChild() method in ContentCaptureSessionTest.MyContentCaptureSession
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_content_element.cpp | 161 auto newChild = UpdateChild(nullptr, *it); in PerformBuild() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 215 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 D | for_each_node.cpp | 133 for (const auto& newChild : additionalChildComps) { in CompareAndUpdateChildren() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewStructure.java | 333 public abstract ViewStructure newChild(int index); in newChild() method in ViewStructure
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/ |
H A D | navrouter_model_test_ng.cpp | 422 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 D | inspector_composed_element.cpp | 1434 …auto newChild = rootElement->InflateComponent(newComponent, child->GetSlot(), child->GetRenderSlot… in UpdateChildWithSlot() local
|
/aosp14/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 2107 public ViewStructure newChild(int index) { in newChild() method in AssistStructure.ViewNodeBuilder
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 1587 RefPtr<RenderListItem> newChild; in RequestAndLayoutNewItem() local
|