Home
last modified time | relevance | path

Searched refs:IsDirtyLayoutNodesEmpty (Results 1 – 5 of 5) 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()
112 isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()
118 isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.h135 bool IsDirtyLayoutNodesEmpty() in IsDirtyLayoutNodesEmpty() function
H A Dpipeline_context.h934 bool IsDirtyLayoutNodesEmpty() const override in IsDirtyLayoutNodesEmpty() function
936 return taskScheduler_->IsDirtyLayoutNodesEmpty(); in IsDirtyLayoutNodesEmpty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp191 bool isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()
202 isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()
208 isDirtyLayoutNodesEmpty = pipelineContext->IsDirtyLayoutNodesEmpty(); in FlushDirtyNodesWhenExist()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1428 virtual bool IsDirtyLayoutNodesEmpty() const in IsDirtyLayoutNodesEmpty() function