Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_layout_property.cpp108 inline bool SWLayout(const RefPtr<FrameNode>& host) in SWLayout() function
119 if (GetAxis() == Axis::VERTICAL || UseSegmentedLayout(host) || SWLayout(host)) { in OnRowsGapUpdate()
126 if (GetAxis() == Axis::HORIZONTAL || UseSegmentedLayout(host) || SWLayout(host)) { in OnColumnsGapUpdate()