Home
last modified time | relevance | path

Searched refs:GetMainAxisAlign (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_property.h93 …auto justifyContent = V2::ConvertFlexAlignToStirng(GetMainAxisAlign().value_or(FlexAlign::FLEX_STA… in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h69 FlexAlign GetMainAxisAlign() const in GetMainAxisAlign() function
H A Drender_flex.cpp65 mainAxisAlign_ = flex->GetMainAxisAlign(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_pattern.h118 …V2::ConvertFlexAlignToStirng(property->GetMainAxisAlign().value_or(FlexAlign::FLEX_START)).c_str()… in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp147 EXPECT_EQ(layoutProperty->GetMainAxisAlign(), FlexAlign::FLEX_END);
164 EXPECT_EQ(layoutProperty->GetMainAxisAlign(), FlexAlign::FLEX_START);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/
H A Dlinear_layout_test_ng.cpp1030 EXPECT_EQ(layoutProperty->GetMainAxisAlign(), FlexAlign::FLEX_END);
1078 EXPECT_EQ(layoutProperty->GetMainAxisAlign(), FlexAlign::FLEX_START);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_test_ng.cpp380 EXPECT_EQ(flexLayoutProperty->GetMainAxisAlign(), flexProperty.flexAlign);
404 EXPECT_EQ(flexLayoutProperty->GetMainAxisAlign(), FlexAlign::FLEX_START);
411 EXPECT_EQ(flexLayoutProperty->GetMainAxisAlign(), static_cast<FlexAlign>(value));