Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1657 auto currentStartItemCount = *showItem_.begin(); in OnPaintFinish() local
1659 …if ((startShowItemIndex_ != currentStartItemCount) || (endShowItemIndex_ != currentEndItemCount)) { in OnPaintFinish()
1660 startShowItemIndex_ = currentStartItemCount; in OnPaintFinish()