Searched refs:currentItemIndex_ (Results 1 – 2 of 2) sorted by relevance
65 currentItemIndex_ = 0; in Update()459 while (endIndex < currentItemIndex_) { in InitialGridProp()481 currentItemIndex_ = 0; in InitialGridProp()1127 currentItemIndex_ = items->second.begin()->second; in OnDataSourceUpdated()1129 startRankItemIndex_ = GetStartingItem(currentItemIndex_); in OnDataSourceUpdated()1603 currentItemIndex_ = 0; in ScrollToEdge()1604 startRankItemIndex_ = GetStartingItem(currentItemIndex_); in ScrollToEdge()1738 currentItemIndex_ = StringUtils::StringToInt(GetRestoreInfo()); in ApplyRestoreInfo()1739 startRankItemIndex_ = GetStartingItem(currentItemIndex_); in ApplyRestoreInfo()
249 int32_t currentItemIndex_ = 0; variable