Home
last modified time | relevance | path

Searched refs:FlushUITaskWithSingleDirtyNode (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp283 pipeline->FlushUITaskWithSingleDirtyNode(node); in FlushAllSingleNodeTasks()
H A Dpipeline_context.h487 void FlushUITaskWithSingleDirtyNode(const RefPtr<FrameNode>& node);
H A Dpipeline_context.cpp774 void PipelineContext::FlushUITaskWithSingleDirtyNode(const RefPtr<FrameNode>& node) in FlushUITaskWithSingleDirtyNode() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp1129 context->FlushUITaskWithSingleDirtyNode(imageNode); in CreatePreviewNode()
1174 context->FlushUITaskWithSingleDirtyNode(columnNode); in MountPixelMap()
1313 context->FlushUITaskWithSingleDirtyNode(imageNode); in SetPixelMap()
2059 context->FlushUITaskWithSingleDirtyNode(gatherNode); in MarkDirtyGatherNode()
2070 context->FlushUITaskWithSingleDirtyNode(imageNode); in MarkDirtyGatherNode()
2483 context->FlushUITaskWithSingleDirtyNode(textNode); in CreateBadgeTextNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp343 context->FlushUITaskWithSingleDirtyNode(textNode); in CalcBadgeTextPosition()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp926 void NG::PipelineContext::FlushUITaskWithSingleDirtyNode(const RefPtr<NG::FrameNode>& node) in FlushUITaskWithSingleDirtyNode() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp745 context->FlushUITaskWithSingleDirtyNode(host); in GetNextFocusNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1677 context->FlushUITaskWithSingleDirtyNode(host); in SyncLayoutBeforeSpring()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp3217 context->FlushUITaskWithSingleDirtyNode(host); in UpdateOffsetAfterPropertyAnimation()
4896 pipeline->FlushUITaskWithSingleDirtyNode(host); in ResetAndUpdateIndexOnAnimationEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp649 pipeline->FlushUITaskWithSingleDirtyNode(node); in ProcessOffscreenNode()
655 pipeline->FlushUITaskWithSingleDirtyNode(frameNode); in ProcessOffscreenNode()