Searched refs:JUMP_INDEX_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
38 constexpr double JUMP_INDEX_THRESHOLD = 2.0; variable186 if (((index - rankIndex) * estimateAverageHeight_) > (colSize_* JUMP_INDEX_THRESHOLD)) { in CheckJumpToIndex()228 if (source == SCROLL_FROM_BAR && std::abs(offset) > colSize_ * JUMP_INDEX_THRESHOLD) { in UpdateScrollPosition()