Home
last modified time | relevance | path

Searched refs:RegistGridChild (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_property.cpp23 void GridContainerLayoutProperty::RegistGridChild(const RefPtr<FrameNode>& child) in RegistGridChild() function in OHOS::Ace::NG::GridContainerLayoutProperty
H A Dgrid_container_layout_property.h66 void RegistGridChild(const RefPtr<FrameNode>& child);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.cpp59 currentContainer->RegistGridChild(DynamicCast<FrameNode>(host)); in UpdateContainer()