Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h135 return endShowItemIndex_ - startShowItemIndex_; in GetCachedSize()
245 int32_t startShowItemIndex_ = 0; variable
H A Drender_grid_scroll.cpp165 int32_t index = startShowItemIndex_; in CheckJumpToIndex()
178 index = startShowItemIndex_ - idx; in CheckJumpToIndex()
1338 if ((index < startShowItemIndex_ || index > endShowItemIndex_) && in ScrollToIndex()
1355 if (index < startShowItemIndex_) { in ScrollToIndex()
1356 BuildItemsForwardByRange(index, startShowItemIndex_); in ScrollToIndex()
1659 …if ((startShowItemIndex_ != currentStartItemCount) || (endShowItemIndex_ != currentEndItemCount)) { in OnPaintFinish()
1660 startShowItemIndex_ = currentStartItemCount; in OnPaintFinish()