Searched refs:lastToIndex (Results 1 – 1 of 1) sorted by relevance
1652 int32_t lastToIndex = 0; in UpdateScrollPosition() local1654 lastToIndex = scrollOffset_ > 0 ? GetPrevIndex() : GetNextIndex(); in UpdateScrollPosition()1657 auto iter = items_.find(lastToIndex); in UpdateScrollPosition()