Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_element.cpp26 type_ = RENDER_ELEMENT; in RenderElement()
168 if (child->GetType() == RENDER_ELEMENT) { in Apply()
H A Dcomposed_element.cpp134 if (child->GetType() == RENDER_ELEMENT) { in Apply()
H A Delement.h105 RENDER_ELEMENT, enumerator
H A Delement.cpp109 if (child->GetType() == RENDER_ELEMENT) { in ChangeChildRenderSlot()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp912 if (!child || child->GetType() != RENDER_ELEMENT) { in SetTouchable()
980 if (!child || child->GetType() != RENDER_ELEMENT) { in ApplyKeyframes()