Home
last modified time | relevance | path

Searched defs:renderSlot (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Delement.cpp107 void Element::ChangeChildRenderSlot(const RefPtr<Element>& child, int32_t renderSlot, bool effectDe… in ChangeChildRenderSlot()
195 …st RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderSlot) in DoUpdateChildWithNewComponent()
206 …st RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderSlot) in UpdateChildWithSlot()
278 void Element::Mount(const RefPtr<Element>& parent, int32_t slot, int32_t renderSlot) in Mount()
389 … Element::InflateComponent(const RefPtr<Component>& newComponent, int32_t slot, int32_t renderSlot) in InflateComponent()
Dcomponent_group_element.cpp88 int32_t renderSlot = 0; in UpdateChildrenForDeclarative() local
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
Dforeach_element.cpp175 int renderSlot = GetRenderSlot(); in LocalizedUpdate() local