Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp910 showItem_.clear(); in PerformLayout()
930 if (showItem_.count(crossIter->second) == 0) { in PerformLayout()
931 showItem_.insert(crossIter->second); in PerformLayout()
1035 showItem_.clear(); in ClearLayout()
1654 if (showItem_.empty()) { in OnPaintFinish()
1657 auto currentStartItemCount = *showItem_.begin(); in OnPaintFinish()
1658 auto currentEndItemCount = *showItem_.rbegin(); in OnPaintFinish()
H A Drender_grid_scroll.h226 std::set<int32_t> showItem_; variable