Searched defs:WrapComponent (Results 1 – 2 of 2) sorted by relevance
30 … WrapComponent(double spacing, double contentSpacing, const std::list<RefPtr<Component>>& children) in WrapComponent() function34 … explicit WrapComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) {} in WrapComponent() function
132 void JSFlexImpl::WrapComponent(const JSRef<JSObject>& obj, int32_t wrapVal) in WrapComponent() function in OHOS::Ace::Framework::JSFlexImpl