Home
last modified time | relevance | path

Searched refs:recycleNode (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h381 void SetRecycleCustomNode(const RefPtr<NG::CustomNodeBase>& recycleNode) in SetRecycleCustomNode() argument
383 recycleCustomNode_ = recycleNode; in SetRecycleCustomNode()
H A Djs_view.cpp642 auto recycleCustomNode = [weak = AceType::WeakClaim(this)](const RefPtr<NG::CustomNodeBase>& recycleNode) -> void { in CreateViewNode()
651 auto recycleUINode = AceType::DynamicCast<NG::UINode>(recycleNode); in CreateViewNode()
653 jsView->SetRecycleCustomNode(recycleNode); in CreateViewNode()
655 if (!recycleNode->HasRecycleRenderFunc() && jsView->recycleCustomNode_) { in CreateViewNode()
659 recycleNode->ResetRecycle(); in CreateViewNode()

Completed in 3 milliseconds