Home
last modified time | relevance | path

Searched refs:GetJustifyContent (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwrap_composed_element.cpp41 std::string("justifyContent: ").append(GetJustifyContent())); in Dump()
62 jsonValue->Put("justifyContent", GetJustifyContent().c_str()); in GetConstructor()
98 std::string WrapComposedElement::GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::V2::WrapComposedElement
106 return ConvertWrapAlignmentToStirng(renderWrap->GetJustifyContent()); in GetJustifyContent()
H A Dflex_composed_element.cpp43 std::string("justifyContent: ").append(GetJustifyContent())); in Dump()
64 jsonValue->Put("justifyContent", GetJustifyContent().c_str()); in GetConstructor()
88 std::string FlexComposedElement::GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::V2::FlexComposedElement
96 return ConvertFlexAlignToStirng(renderFlex->GetJustifyContent()); in GetJustifyContent()
H A Dcolumn_composed_element.cpp30 …fyContent", [](const ColumnComposedElement& inspector) { return inspector.GetJustifyContent(); } }, in __anonf468d9aa0502()
112 std::string ColumnComposedElement::GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::V2::ColumnComposedElement
118 auto flexAlign = node->GetJustifyContent(); in GetJustifyContent()
H A Drow_composed_element.cpp30 …stifyContent", [](const RowComposedElement& inspector) { return inspector.GetJustifyContent(); } }, in __anonaec494f40502()
113 std::string RowComposedElement::GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::V2::RowComposedElement
123 auto flexAlign = renderRow->GetJustifyContent(); in GetJustifyContent()
H A Drow_composed_element.h37 std::string GetJustifyContent() const;
H A Dcolumn_composed_element.h40 std::string GetJustifyContent() const;
H A Dwrap_composed_element.h38 std::string GetJustifyContent() const;
H A Dflex_composed_element.h38 std::string GetJustifyContent() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dcolumn_model_ng.h37 static FlexAlign GetJustifyContent(FrameNode* frameNode);
H A Drow_model_ng.h37 static FlexAlign GetJustifyContent(FrameNode* frameNode);
H A Dcolumn_model_ng.cpp99 FlexAlign ColumnModelNG::GetJustifyContent(FrameNode* frameNode) in GetJustifyContent() function in OHOS::Ace::NG::ColumnModelNG
H A Drow_model_ng.cpp97 FlexAlign RowModelNG::GetJustifyContent(FrameNode* frameNode) in GetJustifyContent() function in OHOS::Ace::NG::RowModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drow_modifier.cpp58 return static_cast<ArkUI_Int32>(RowModelNG::GetJustifyContent(frameNode)); in GetRowJustifyContent()
H A Dcolumn_modifier.cpp68 return static_cast<ArkUI_Int32>(ColumnModelNG::GetJustifyContent(frameNode)); in GetColumnJustifyContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h90 WrapAlignment GetJustifyContent() const in GetJustifyContent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h61 FlexAlign GetJustifyContent() const in GetJustifyContent() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp8505 const ArkUI_AttributeItem* GetJustifyContent(ArkUI_NodeHandle node) in GetJustifyContent() function
13974 static Getter* getters[] = { GetAlignItems, GetJustifyContent }; in GetColumnAttribute()
14005 static Getter* getters[] = { GetAlignItems, GetJustifyContent }; in GetRowAttribute()