Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.cpp26 type_ = COMPOSED_ELEMENT; in ComposedElement()
137 } else if (child->GetType() == COMPOSED_ELEMENT) { in Apply()
H A Drender_element.cpp171 } else if (child->GetType() == COMPOSED_ELEMENT) { in Apply()
H A Delement.h106 COMPOSED_ELEMENT, enumerator
H A Delement.cpp112 } else if (child->GetType() == COMPOSED_ELEMENT && effectDescendant) { in ChangeChildRenderSlot()