Searched refs:GetAlignContent (Results 1 – 11 of 11) sorted by relevance
45 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::WrapComposedElement132 return ConvertWrapAlignmentToStirng(renderWrap->GetAlignContent()); in GetAlignContent()
28 …{ "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
27 …{ "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
47 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
36 std::string GetAlignContent() const;
40 std::string GetAlignContent() const;
103 int32_t GetAlignContent(ArkUINodeHandle node) in GetAlignContent() function114 …static const ArkUIStackModifier modifier = { SetAlignContent, ResetAlignContent, GetAlignContent }; in GetStackModifier()121 … static const CJUIStackModifier modifier = { SetAlignContent, ResetAlignContent, GetAlignContent }; in GetCJUIStackModifier()
100 WrapAlignment GetAlignContent() const in GetAlignContent() function
4974 const ArkUI_AttributeItem* GetAlignContent(ArkUI_NodeHandle node) in GetAlignContent() function13760 static Getter* getters[] = { GetAlignContent }; in GetStackAttribute()