Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp167 auto it = prevScaleNode_.find(renderContext); in SetNearbyNodeScale()
168 VectorF prevScale = it != prevScaleNode_.end() ? it->second : in SetNearbyNodeScale()
176 for (auto& [weakNode, scale] : prevScaleNode_) { in ResetPrevScaleNode()
184 prevScaleNode_.swap(scaleNode_); in ResetPrevScaleNode()
H A Dlist_item_drag_manager.h74 std::map<WeakPtr<RenderContext>, VectorF> prevScaleNode_; variable