Searched refs:estimateAverageHeight_ (Results 1 – 2 of 2) sorted by relevance
166 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()
263 double estimateAverageHeight_ = 0.0; variable