Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Drender_ability_component.cpp66 needLayout_ = true; in Update()
88 if (currentRect_.GetOffset() == globalOffset && !needLayout_ && hasConnectionToAbility_) { in ConnectOrUpdateExtension()
H A Drender_ability_component.h80 bool needLayout_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h143 return needLayout_; in NeedLayout()
148 needLayout_ = needLayout; in SetNeedLayout()
1303 bool needLayout_ = false; variable
H A Drender_node.cpp466 } else if (!needLayout_) { in MarkNeedLayout()
502 needLayout_ = true; in OnLayout()
1475 needLayout_ = false; in ClearRenderObject()