Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp166 double dtIndex = -offset / estimateAverageHeight_; in CheckJumpToIndex()
174 remainOffset = -offset - idx * estimateAverageHeight_; in CheckJumpToIndex()
182 remainOffset = -offset + idx * estimateAverageHeight_; in CheckJumpToIndex()
186 if (((index - rankIndex) * estimateAverageHeight_) > (colSize_* JUMP_INDEX_THRESHOLD)) { in CheckJumpToIndex()
191 currentOffset_ = remainOffset + (index - rankIndex) * estimateAverageHeight_; in CheckJumpToIndex()
1048 estimateAverageHeight_ = 0.0; in ClearLayout()
1168 estimateAverageHeight_ = scrollBarExtent / itemCount; in CalculateWholeSize()
1169 estimateHeight_ = estimateAverageHeight_ * GetItemTotalCount(); in CalculateWholeSize()
1173 estimatePos_ = estimateAverageHeight_ * startItem; in CalculateWholeSize()
H A Drender_grid_scroll.h263 double estimateAverageHeight_ = 0.0; variable