Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h81 int32_t GetItemTotalCount() in GetItemTotalCount() function
H A Drender_grid_scroll.cpp171 if (index >= GetItemTotalCount()) { in CheckJumpToIndex()
172 index = GetItemTotalCount() - 1; in CheckJumpToIndex()
1169 estimateHeight_ = estimateAverageHeight_ * GetItemTotalCount(); in CalculateWholeSize()