Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h58 return childrenInRect_; in GetChildren()
229 std::list<RefPtr<RenderNode>> childrenInRect_; variable
H A Drender_grid_scroll.cpp911 childrenInRect_.clear(); in PerformLayout()
934 childrenInRect_.push_back(item->second); in PerformLayout()
1036 childrenInRect_.clear(); in ClearLayout()
1623 for (const auto& item : childrenInRect_) { in GetIndexByPosition()