Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.h83 bool UpdateContainer(const RefPtr<Property>& container, const RefPtr<AceType>& host);
H A Dgrid_property.cpp45 bool GridProperty::UpdateContainer(const RefPtr<Property>& container, const RefPtr<AceType>& host) in UpdateContainer() function in OHOS::Ace::NG::GridProperty
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp492 gridProperty_->UpdateContainer(containerLayout, host); in BuildGridProperty()