Home
last modified time | relevance | path

Searched refs:existingProxyChild (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1311 void Append(const RefPtr<ElementProxy>& existingProxyChild) in Append() argument
1313 children_.emplace_back(existingProxyChild); in Append()
1314 existingProxyChild->UpdateIndex(startIndex_ + count_); in Append()
1315 count_ += existingProxyChild->RenderCount(); in Append()