Searched refs:startShowItemIndex_ (Results 1 – 2 of 2) sorted by relevance
135 return endShowItemIndex_ - startShowItemIndex_; in GetCachedSize()245 int32_t startShowItemIndex_ = 0; variable
165 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()