Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp65 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()
H A Drender_grid_scroll.h249 int32_t currentItemIndex_ = 0; variable