Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwrap_composed_element.cpp44 std::string("alignContent: ").append(GetAlignContent())); in Dump()
63 jsonValue->Put("alignContent", GetAlignContent().c_str()); in GetConstructor()
123 std::string WrapComposedElement::GetAlignContent() const in GetAlignContent() function in OHOS::Ace::V2::WrapComposedElement
131 return ConvertWrapAlignmentToStirng(renderWrap->GetAlignContent()); in GetAlignContent()
H A Dstack_composed_element.cpp25 { "alignContent", [](const StackComposedElement& inspector) { return inspector.GetAlignContent(); } }
33 DumpLog::GetInstance().AddDesc(std::string("alignContent: ").append(GetAlignContent())); in Dump()
47 std::string StackComposedElement::GetAlignContent() const in GetAlignContent() function in OHOS::Ace::V2::StackComposedElement
H A Dflex_composed_element.cpp44 std::string("alignContent: ").append(GetAlignContent())); in Dump()
63 jsonValue->Put("alignContent", GetAlignContent().c_str()); in GetConstructor()
111 std::string FlexComposedElement::GetAlignContent() const in GetAlignContent() function in OHOS::Ace::V2::FlexComposedElement
H A Dcolumn_composed_element.cpp24 { "alignItems", [](const ColumnComposedElement& inspector) { return inspector.GetAlignContent(); } },
36 std::string("alignContent: ").append(GetAlignContent())); in Dump()
48 std::string ColumnComposedElement::GetAlignContent() const in GetAlignContent() function in OHOS::Ace::V2::ColumnComposedElement
H A Dstack_composed_element.h36 std::string GetAlignContent() const;
H A Dwrap_composed_element.h40 std::string GetAlignContent() const;
H A Dcolumn_composed_element.h36 std::string GetAlignContent() const;
H A Dflex_composed_element.h40 std::string GetAlignContent() const;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_stack_modifier.cpp98 int32_t GetAlignContent(ArkUINodeHandle node) in GetAlignContent() function
109 static const ArkUIStackModifier modifier = { SetAlignContent, ResetAlignContent, GetAlignContent }; in GetStackModifier()
116 static const CJUIStackModifier modifier = { SetAlignContent, ResetAlignContent, GetAlignContent }; in GetCJUIStackModifier()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h100 WrapAlignment GetAlignContent() const in GetAlignContent() function in OHOS::Ace::RenderWrap
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4943 const ArkUI_AttributeItem* GetAlignContent(ArkUI_NodeHandle node) in GetAlignContent() function
13718 static Getter* getters[] = { GetAlignContent }; in GetStackAttribute()

Completed in 28 milliseconds