Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp101 bool isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist() local
102 while (!isDirtyNodesEmpty || (!isDirtyLayoutNodesEmpty && !pipelineContext->IsLayouting())) { in FlushDirtyNodesWhenExist()
107 isDirtyLayoutNodesEmpty, pipelineContext->IsLayouting()); in FlushDirtyNodesWhenExist()
112 isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()
114 if (!isDirtyLayoutNodesEmpty && !pipelineContext->IsLayouting()) { in FlushDirtyNodesWhenExist()
118 isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp191 bool isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist() local
192 while (!isDirtyNodesEmpty || (!isDirtyLayoutNodesEmpty && !pipelineContext->IsLayouting())) { in FlushDirtyNodesWhenExist()
197 isDirtyNodesEmpty, isDirtyLayoutNodesEmpty); in FlushDirtyNodesWhenExist()
202 isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()
204 if (!isDirtyLayoutNodesEmpty && !pipelineContext->IsLayouting()) { in FlushDirtyNodesWhenExist()
208 isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()