Home
last modified time | relevance | path

Searched defs:WrapComponent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h30WrapComponent(double spacing, double contentSpacing, const std::list<RefPtr<Component>>& children) in WrapComponent() function
34 … explicit WrapComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) {} in WrapComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_flex_impl.cpp132 void JSFlexImpl::WrapComponent(const JSRef<JSObject>& obj, int32_t wrapVal) in WrapComponent() function in OHOS::Ace::Framework::JSFlexImpl