Home
last modified time | relevance | path

Searched refs:GetMainAlignment (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h98 WrapAlignment GetMainAlignment() const in GetMainAlignment() function
H A Drender_wrap.cpp57 mainAlignment_ = wrap->GetMainAlignment(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_pattern.h132 …V2::ConvertWrapAlignmentToStirng(property->GetMainAlignment().value_or(WrapAlignment::START)).c_st… in ToJsonValue()
H A Dwrap_layout_algorithm.cpp96 mainAlignment_ = flexProp->GetMainAlignment().value_or(WrapAlignment::START); in Measure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_test_ng.cpp438 EXPECT_EQ(flexLayoutProperty->GetMainAlignment(), WrapAlignment::START);
448 EXPECT_EQ(flexLayoutProperty->GetMainAlignment(), WrapAlignment::CENTER);