Home
last modified time | relevance | path

Searched refs:endShowItemIndex_ (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()
246 int32_t endShowItemIndex_ = -1; variable
H A Drender_grid_scroll.cpp170 index = endShowItemIndex_ + idx; in CheckJumpToIndex()
1338 if ((index < startShowItemIndex_ || index > endShowItemIndex_) && in ScrollToIndex()
1343 firstLineToBottom_.emplace(index > endShowItemIndex_); in ScrollToIndex()
1357 } else if (index > endShowItemIndex_) { in ScrollToIndex()
1358 BuildItemsBackwardByRange(endShowItemIndex_, index); in ScrollToIndex()
1659 …if ((startShowItemIndex_ != currentStartItemCount) || (endShowItemIndex_ != currentEndItemCount)) { in OnPaintFinish()
1661 endShowItemIndex_ = currentEndItemCount; in OnPaintFinish()