/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | wrap_composed_element.cpp | 41 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 D | flex_composed_element.cpp | 43 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 D | column_composed_element.cpp | 30 …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 D | row_composed_element.cpp | 30 …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 D | row_composed_element.h | 37 std::string GetJustifyContent() const;
|
H A D | column_composed_element.h | 40 std::string GetJustifyContent() const;
|
H A D | wrap_composed_element.h | 38 std::string GetJustifyContent() const;
|
H A D | flex_composed_element.h | 38 std::string GetJustifyContent() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
H A D | column_model_ng.h | 37 static FlexAlign GetJustifyContent(FrameNode* frameNode);
|
H A D | row_model_ng.h | 37 static FlexAlign GetJustifyContent(FrameNode* frameNode);
|
H A D | column_model_ng.cpp | 99 FlexAlign ColumnModelNG::GetJustifyContent(FrameNode* frameNode) in GetJustifyContent() function in OHOS::Ace::NG::ColumnModelNG
|
H A D | row_model_ng.cpp | 97 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 D | row_modifier.cpp | 58 return static_cast<ArkUI_Int32>(RowModelNG::GetJustifyContent(frameNode)); in GetRowJustifyContent()
|
H A D | column_modifier.cpp | 68 return static_cast<ArkUI_Int32>(ColumnModelNG::GetJustifyContent(frameNode)); in GetColumnJustifyContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.h | 90 WrapAlignment GetJustifyContent() const in GetJustifyContent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | render_flex.h | 61 FlexAlign GetJustifyContent() const in GetJustifyContent() function
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 8505 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()
|