Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dpopup_list_component.h31 DECLARE_ACE_TYPE(V2::PopupListComponent, ComponentGroup) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Dsplit_container_component.h31 DECLARE_ACE_TYPE(SplitContainerComponent, ComponentGroup) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group.h32 explicit ComponentGroup(const std::list<RefPtr<Component>>& children) : children_(children) in ComponentGroup() function