Home
last modified time | relevance | path

Searched refs:GetAlignContent (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwrap_composed_element.cpp45 std::string("alignContent: ").append(GetAlignContent())); in Dump()
64 jsonValue->Put("alignContent", GetAlignContent().c_str()); in GetConstructor()
124 std::string WrapComposedElement::GetAlignContent() const in GetAlignContent() function in OHOS::Ace::V2::WrapComposedElement
132 return ConvertWrapAlignmentToStirng(renderWrap->GetAlignContent()); in GetAlignContent()
H A Dstack_composed_element.cpp28 …{ "alignContent", [](const StackComposedElement& inspector) { return inspector.GetAlignContent(); … in __anon6283b9f20202()
36 DumpLog::GetInstance().AddDesc(std::string("alignContent: ").append(GetAlignContent())); in Dump()
50 std::string StackComposedElement::GetAlignContent() const in GetAlignContent() function in OHOS::Ace::V2::StackComposedElement
H A Dcolumn_composed_element.cpp27 …{ "alignItems", [](const ColumnComposedElement& inspector) { return inspector.GetAlignContent(); }… in __anonf468d9aa0202()
39 std::string("alignContent: ").append(GetAlignContent())); in Dump()
51 std::string ColumnComposedElement::GetAlignContent() const in GetAlignContent() function in OHOS::Ace::V2::ColumnComposedElement
H A Dflex_composed_element.cpp47 std::string("alignContent: ").append(GetAlignContent())); in Dump()
66 jsonValue->Put("alignContent", GetAlignContent().c_str()); in GetConstructor()
114 std::string FlexComposedElement::GetAlignContent() const in GetAlignContent() function in OHOS::Ace::V2::FlexComposedElement
H A Dcolumn_composed_element.h36 std::string GetAlignContent() const;
H A Dstack_composed_element.h36 std::string GetAlignContent() const;
H A Dwrap_composed_element.h40 std::string GetAlignContent() const;
H A Dflex_composed_element.h40 std::string GetAlignContent() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_stack_modifier.cpp103 int32_t GetAlignContent(ArkUINodeHandle node) in GetAlignContent() function
114 …static const ArkUIStackModifier modifier = { SetAlignContent, ResetAlignContent, GetAlignContent }; in GetStackModifier()
121 … static const CJUIStackModifier modifier = { SetAlignContent, ResetAlignContent, GetAlignContent }; in GetCJUIStackModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h100 WrapAlignment GetAlignContent() const in GetAlignContent() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4974 const ArkUI_AttributeItem* GetAlignContent(ArkUI_NodeHandle node) in GetAlignContent() function
13760 static Getter* getters[] = { GetAlignContent }; in GetStackAttribute()