Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_lazy_foreach_component.h94 auto multiComposed = AceType::MakeRefPtr<MultiComposedComponent>(key, "LazyForEach"); in ExpandChildrenOnInitial() local
117 auto multiComposed = AceType::MakeRefPtr<MultiComposedComponent>(key, "LazyForEach"); in OnGetChildByIndex() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Dmulti_composed_element.cpp26 auto multiComposed = AceType::DynamicCast<MultiComposedComponent>(newComponent); in CanUpdate() local
32 auto multiComposed = AceType::DynamicCast<MultiComposedComponent>(component_); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dlist_component.cpp156 auto multiComposed = AceType::DynamicCast<MultiComposedComponent>(child); in AppendChild() local