Home
last modified time | relevance | path

Searched refs:GetAlignItems (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dflex_composed_element.cpp42 std::string("alignItems: ").append(GetAlignItems())); in Dump()
62 jsonValue->Put("alignItems", GetAlignItems().c_str()); in GetConstructor()
98 std::string FlexComposedElement::GetAlignItems() const in GetAlignItems() function in OHOS::Ace::V2::FlexComposedElement
106 return ConvertFlexAlignToStirng(renderFlex->GetAlignItems()); in GetAlignItems()
H A Dwrap_composed_element.cpp42 std::string("alignItems: ").append(GetAlignItems())); in Dump()
62 jsonValue->Put("alignItems", GetAlignItems().c_str()); in GetConstructor()
110 std::string WrapComposedElement::GetAlignItems() const in GetAlignItems() function in OHOS::Ace::V2::WrapComposedElement
118 return ConvertWrapAlignmentToStirng(renderWrap->GetAlignItems()); in GetAlignItems()
H A Drow_composed_element.cpp25 { "alignItems", [](const RowComposedElement& inspector) { return inspector.GetAlignItems(); } },
37 std::string("alignItems: ").append(GetAlignItems())); in Dump()
51 std::string RowComposedElement::GetAlignItems() const in GetAlignItems() function in OHOS::Ace::V2::RowComposedElement
59 auto alignItems = renderRow->GetAlignItems(); in GetAlignItems()
H A Dwrap_composed_element.h39 std::string GetAlignItems() const;
H A Drow_composed_element.h34 std::string GetAlignItems() const;
H A Dflex_composed_element.h39 std::string GetAlignItems() const;
H A Dcolumn_composed_element.cpp57 auto alignItems = renderColumn->GetAlignItems(); in GetAlignContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Drow_model_ng.h38 static FlexAlign GetAlignItems(FrameNode* frameNode);
H A Dcolumn_model_ng.h38 static FlexAlign GetAlignItems(FrameNode* frameNode);
H A Drow_model_ng.cpp99 FlexAlign RowModelNG::GetAlignItems(FrameNode* frameNode) in GetAlignItems() function in OHOS::Ace::NG::RowModelNG
H A Dcolumn_model_ng.cpp97 FlexAlign ColumnModelNG::GetAlignItems(FrameNode* frameNode) in GetAlignItems() function in OHOS::Ace::NG::ColumnModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_property.cpp85 auto alignItems = GetAlignItems(); in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drow_modifier.cpp63 return static_cast<ArkUI_Int32>(RowModelNG::GetAlignItems(frameNode)); in GetRowAlignItems()
H A Dcolumn_modifier.cpp71 return static_cast<ArkUI_Int32>(ColumnModelNG::GetAlignItems(frameNode)); in GetColumnAlignItems()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h95 WrapAlignment GetAlignItems() const in GetAlignItems() function in OHOS::Ace::RenderWrap
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h66 FlexAlign GetAlignItems() const in GetAlignItems() function in OHOS::Ace::RenderFlex
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H A Dgrid_row_test_ng.cpp538 auto itemAlign = layoutProperty->GetAlignItems(); in HWTEST_F()
780 auto itemAlign = layoutProperty->GetAlignItems(); in HWTEST_F()
1026 auto itemAlign = layoutProperty->GetAlignItems(); in HWTEST_F()
1268 auto itemAlign = layoutProperty->GetAlignItems(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp48 if (props->GetAlignItems().value_or(GridItemAlignment::DEFAULT) == GridItemAlignment::STRETCH) { in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1779 switch (property->GetAlignItems().value_or(GridItemAlignment::DEFAULT)) {
2165 json->Put("AlignItems", property->GetAlignItems() ? "GridItemAlignment.STRETCH" : "GridItemAlignment.DEFAULT");
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp78 if (gridLayoutProperty->GetAlignItems().value_or(GridItemAlignment::DEFAULT) == GridItemAlignment::STRETCH) { in Measure()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp8410 const ArkUI_AttributeItem* GetAlignItems(ArkUI_NodeHandle node) in GetAlignItems() function
13932 static Getter* getters[] = { GetAlignItems, GetJustifyContent }; in GetColumnAttribute()
13963 static Getter* getters[] = { GetAlignItems, GetJustifyContent }; in GetRowAttribute()

Completed in 39 milliseconds