Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dflex_composed_element.cpp40 std::string("justifyContent: ").append(GetJustifyContent())); in Dump()
61 jsonValue->Put("justifyContent", GetJustifyContent().c_str()); in GetConstructor()
85 std::string FlexComposedElement::GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::V2::FlexComposedElement
93 return ConvertFlexAlignToStirng(renderFlex->GetJustifyContent()); in GetJustifyContent()
H A Dwrap_composed_element.cpp40 std::string("justifyContent: ").append(GetJustifyContent())); in Dump()
61 jsonValue->Put("justifyContent", GetJustifyContent().c_str()); in GetConstructor()
97 std::string WrapComposedElement::GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::V2::WrapComposedElement
105 return ConvertWrapAlignmentToStirng(renderWrap->GetJustifyContent()); in GetJustifyContent()
H A Drow_composed_element.cpp28 { "justifyContent", [](const RowComposedElement& inspector) { return inspector.GetJustifyContent(); } },
111 std::string RowComposedElement::GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::V2::RowComposedElement
121 auto flexAlign = renderRow->GetJustifyContent(); in GetJustifyContent()
H A Dcolumn_composed_element.cpp27 { "justifyContent", [](const ColumnComposedElement& inspector) { return inspector.GetJustifyContent(); } },
109 std::string ColumnComposedElement::GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::V2::ColumnComposedElement
115 auto flexAlign = node->GetJustifyContent(); in GetJustifyContent()
H A Dwrap_composed_element.h38 std::string GetJustifyContent() const;
H A Drow_composed_element.h37 std::string GetJustifyContent() const;
H A Dcolumn_composed_element.h40 std::string GetJustifyContent() const;
H A Dflex_composed_element.h38 std::string GetJustifyContent() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Drow_model_ng.h37 static FlexAlign GetJustifyContent(FrameNode* frameNode);
H A Dcolumn_model_ng.h37 static FlexAlign GetJustifyContent(FrameNode* frameNode);
H A Drow_model_ng.cpp92 FlexAlign RowModelNG::GetJustifyContent(FrameNode* frameNode) in GetJustifyContent() function in OHOS::Ace::NG::RowModelNG
H A Dcolumn_model_ng.cpp90 FlexAlign ColumnModelNG::GetJustifyContent(FrameNode* frameNode) in GetJustifyContent() function in OHOS::Ace::NG::ColumnModelNG
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drow_modifier.cpp56 return static_cast<ArkUI_Int32>(RowModelNG::GetJustifyContent(frameNode)); in GetRowJustifyContent()
H A Dcolumn_modifier.cpp64 return static_cast<ArkUI_Int32>(ColumnModelNG::GetJustifyContent(frameNode)); in GetColumnJustifyContent()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h90 WrapAlignment GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::RenderWrap
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h61 FlexAlign GetJustifyContent() const in GetJustifyContent() function in OHOS::Ace::RenderFlex
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp8464 const ArkUI_AttributeItem* GetJustifyContent(ArkUI_NodeHandle node) in GetJustifyContent() function
13932 static Getter* getters[] = { GetAlignItems, GetJustifyContent }; in GetColumnAttribute()
13963 static Getter* getters[] = { GetAlignItems, GetJustifyContent }; in GetRowAttribute()

Completed in 31 milliseconds