Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h100 return mainAlignment_; in GetMainAlignment()
105 mainAlignment_ = mainAlignment; in SetMainAlignment()
144 WrapAlignment mainAlignment_ = WrapAlignment::SPACE_AROUND; variable
H A Drender_wrap.h92 return mainAlignment_; in GetJustifyContent()
132 WrapAlignment mainAlignment_ = WrapAlignment::START; variable
H A Drender_wrap.cpp57 mainAlignment_ = wrap->GetMainAlignment(); in Update()
481 switch (mainAlignment_) { in TraverseContent()
689 mainAlignment_ = WrapAlignment::START; in ClearRenderObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.h116 WrapAlignment mainAlignment_ = WrapAlignment::START; variable
H A Dwrap_layout_algorithm.cpp96 mainAlignment_ = flexProp->GetMainAlignment().value_or(WrapAlignment::START); in Measure()
556 switch (mainAlignment_) { in CalcItemMainAxisStartAndSpaceBetween()