Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h115 bool CheckIfNeedLayoutAgain() override;
H A Drender_flex.cpp1246 bool RenderFlex::CheckIfNeedLayoutAgain() in CheckIfNeedLayoutAgain() function in OHOS::Ace::RenderFlex
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h157 virtual bool CheckIfNeedLayoutAgain() in CheckIfNeedLayoutAgain() function
H A Drender_node.cpp461 if (parent && (parent->CheckIfNeedLayoutAgain() || forceParent)) { in MarkNeedLayout()
472 if (parent && parent->CheckIfNeedLayoutAgain()) { in MarkNeedLayout()