Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_algorithm.h58 virtual bool SkipLayout() in SkipLayout() function
141 bool SkipLayout() override in SkipLayout() function
H A Dlayout_wrapper_node.cpp243 if (layoutAlgorithm_->SkipLayout()) { in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp657 if (layoutAlgorithm && layoutAlgorithm->SkipLayout()) { in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp1446 config.skipLayout = layoutAlgorithmWrapper->SkipLayout(); in SwapDirtyLayoutWrapperOnMainThread()
4341 config.skipLayout = layoutAlgorithmWrapper->SkipLayout(); in OnLayoutFinish()