Home
last modified time | relevance | path

Searched defs:RecycleNodeState (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/
H A Drecycle_manager.h30 struct RecycleNodeState { struct
37 RecycleNodeState(WeakPtr<CustomNodeBase>&& n) : node(std::move(n)) {} in RecycleNodeState() argument