Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h872 predictNode_ = node; in SetPredictNode()
877 predictNode_.Reset(); in ResetPredictNode()
1195 RefPtr<FrameNode> predictNode_; variable
H A Dpipeline_context.cpp225 if (!dirty->IsOnMainTree() && predictNode_) { in AddDirtyLayoutNode()
226 predictNode_->AddPredictLayoutNode(dirty); in AddDirtyLayoutNode()