Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp100 bool isDirtyNodesEmpty = pipelineContext->IsDirtyNodesEmpty(); in FlushDirtyNodesWhenExist() local
102 while (!isDirtyNodesEmpty || (!isDirtyLayoutNodesEmpty && !pipelineContext->IsLayouting())) { in FlushDirtyNodesWhenExist()
106 animationInterfaceName, isDirtyNodesEmpty, in FlushDirtyNodesWhenExist()
110 if (!isDirtyNodesEmpty) { in FlushDirtyNodesWhenExist()
117 isDirtyNodesEmpty = pipelineContext->IsDirtyNodesEmpty(); in FlushDirtyNodesWhenExist()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp190 bool isDirtyNodesEmpty = pipelineContext->IsDirtyNodesEmpty(); in FlushDirtyNodesWhenExist() local
192 while (!isDirtyNodesEmpty || (!isDirtyLayoutNodesEmpty && !pipelineContext->IsLayouting())) { in FlushDirtyNodesWhenExist()
197 isDirtyNodesEmpty, isDirtyLayoutNodesEmpty); in FlushDirtyNodesWhenExist()
200 if (!isDirtyNodesEmpty) { in FlushDirtyNodesWhenExist()
207 isDirtyNodesEmpty = pipelineContext->IsDirtyNodesEmpty(); in FlushDirtyNodesWhenExist()